1 /* Test STT_GNU_IFUNC symbols with dynamic function pointer only. */
6 extern int foo_protected (void);
8 typedef int (*foo_p
) (void);
11 __attribute__ ((noinline
))
18 __attribute__ ((noinline
))
19 get_foo_protected (void)
33 p
= get_foo_protected ();