x86-64: Add tests for -z separate-code -z max-page-size=0x1000
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr20276a.c
1 #include <stdio.h>
2
3 int global_var;
4 extern void abort ();
5
6 int main(void)
7 {
8 if (global_var != 20)
9 abort ();
10 printf ("PASS\n");
11 return 0;
12 }
This page took 0.034438 seconds and 4 git commands to generate.