Fix the PR22983 test so that it will work regardless of the order of the symbols...
[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.035017 seconds and 4 git commands to generate.