Skip linker plugin tests if the linker has not been configured to support plugins.
[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.03672 seconds and 4 git commands to generate.