summaryrefslogtreecommitdiff
path: root/elf/filtmod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/filtmod1.c')
-rw-r--r--elf/filtmod1.c5
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__;
+}