Clean up x86 multiarch HAS_FOO macros.
[glibc.git] / elf / ifuncmod3.c
blob379d2c8d536c388dfd67361b2fc76439e0b4cbe3
1 /* Test STT_GNU_IFUNC symbols with dlopen. */
3 #include "ifuncmod1.c"
5 int ret_foo;
6 int ret_foo_hidden;
7 int ret_foo_protected;
8 int global = -1;