summaryrefslogtreecommitdiffstats
path: root/lld/test/old-elf/Inputs/use-shared-32s.c
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/old-elf/Inputs/use-shared-32s.c')
-rw-r--r--lld/test/old-elf/Inputs/use-shared-32s.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lld/test/old-elf/Inputs/use-shared-32s.c b/lld/test/old-elf/Inputs/use-shared-32s.c
deleted file mode 100644
index 63054cb036e..00000000000
--- a/lld/test/old-elf/Inputs/use-shared-32s.c
+++ /dev/null
@@ -1,8 +0,0 @@
-void foo();
-
-void (*func)();
-
-int main() {
- func = foo;
- func();
-}
OpenPOWER on IntegriCloud