diff options
Diffstat (limited to 'test/old-elf/Inputs/ifunc.cpp')
-rw-r--r-- | test/old-elf/Inputs/ifunc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/old-elf/Inputs/ifunc.cpp b/test/old-elf/Inputs/ifunc.cpp deleted file mode 100644 index 2e520277d36c..000000000000 --- a/test/old-elf/Inputs/ifunc.cpp +++ /dev/null @@ -1,3 +0,0 @@ -extern "C" int hey(); - -int main() { return hey(); } |