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