Fix spurious failures in ld-plugin/lto.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / func1p.c
CommitLineData
c4139418
L
1extern int retval;
2
3int
4__attribute__ ((visibility ("protected")))
5func1 (void)
6{
7 return retval;
8}
This page took 0.074128 seconds and 4 git commands to generate.