Merge branch 'master' into amd-common
[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.316205 seconds and 4 git commands to generate.