* cgen.c (gas_cgen_parse_operand): Do not set BSF_RELC flag on
[binutils.git] / gold / testsuite / ifuncvar2.c
blobf09de0e12a1d13f4cc3e98044f2b5a76d13095c1
1 /* Test global variable initialized to hidden STT_GNU_IFUNC symbol. */
3 extern void foo (void);
4 void (*f) (void) = &foo;
6 extern void bar (void);
8 void
9 bar (void)
11 f ();