blob: ca2d9626001c70919d814c51eb6254c49eac8bd4 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* Test STT_GNU_IFUNC symbols with dlopen. */
2
3#include "ifuncmod1.c"
4
5int ret_foo;
6int ret_foo_hidden;
7int ret_foo_protected;