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