PR22220, BFD linker wrongly marks symbols as PREVAILING_DEF_IRONLY
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / func3h.c
1 extern int retval;
2
3 int
4 __attribute__ ((visibility ("hidden")))
5 func3 (void)
6 {
7 return retval;
8 }
This page took 0.030448 seconds and 4 git commands to generate.