diff options
Diffstat (limited to 'REORG.TODO/elf/filtmod1.c')
-rw-r--r-- | REORG.TODO/elf/filtmod1.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/REORG.TODO/elf/filtmod1.c b/REORG.TODO/elf/filtmod1.c new file mode 100644 index 0000000000..1d9b19481d --- /dev/null +++ b/REORG.TODO/elf/filtmod1.c @@ -0,0 +1,7 @@ +extern const char *foo (void); + +const char * +foo (void) +{ + return __FILE__; +} |