diff options
Diffstat (limited to 'lld/test/old-elf/Inputs/use-shared-32s.c')
-rw-r--r-- | lld/test/old-elf/Inputs/use-shared-32s.c | 8 |
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(); -} |