Update PR ld/12365 test for GCC 6
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr15146a.c
1 extern int xxx;
2
3 int
4 bar (void)
5 {
6 return xxx;
7 }
8
9 int
10 main ()
11 {
12 return 0;
13 }
This page took 0.029477 seconds and 4 git commands to generate.