Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers26b.c
CommitLineData
f006af20
L
1#pragma weak foo
2
3void foo ();
4
5void
6ref ()
7{
8 if (foo)
9 foo ();
10}
This page took 0.540853 seconds and 4 git commands to generate.