summaryrefslogtreecommitdiff
path: root/libc/elf/ifuncmod3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/elf/ifuncmod3.c')
-rw-r--r--libc/elf/ifuncmod3.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/elf/ifuncmod3.c b/libc/elf/ifuncmod3.c
new file mode 100644
index 000000000..379d2c8d5
--- /dev/null
+++ b/libc/elf/ifuncmod3.c
@@ -0,0 +1,8 @@
+/* Test STT_GNU_IFUNC symbols with dlopen. */
+
+#include "ifuncmod1.c"
+
+int ret_foo;
+int ret_foo_hidden;
+int ret_foo_protected;
+int global = -1;