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