summaryrefslogtreecommitdiff
path: root/test/old-elf/Inputs/use-shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/Inputs/use-shared.c')
-rw-r--r--test/old-elf/Inputs/use-shared.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/old-elf/Inputs/use-shared.c b/test/old-elf/Inputs/use-shared.c
deleted file mode 100644
index b370eaa4fac2..000000000000
--- a/test/old-elf/Inputs/use-shared.c
+++ /dev/null
@@ -1,7 +0,0 @@
-extern int i;
-void foo();
-
-int main() {
- foo();
- return i;
-}