* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr15146a.c
CommitLineData
3d5bef4c
L
1extern int xxx;
2
3int
4bar (void)
5{
6 return xxx;
7}
8
9int
10main ()
11{
12 return 0;
13}
This page took 0.023131 seconds and 4 git commands to generate.