x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[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.029039 seconds and 4 git commands to generate.