summaryrefslogtreecommitdiff
path: root/elf/unload4mod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/unload4mod1.c')
-rw-r--r--elf/unload4mod1.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/elf/unload4mod1.c b/elf/unload4mod1.c
deleted file mode 100644
index 38c5b0168d..0000000000
--- a/elf/unload4mod1.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-
-extern int bar (int);
-
-int
-foo (int x)
-{
- puts ("in foo");
- return bar (x / 2) + 2;
-}