ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22001-1a.c
1 int copy = 1;
2
3 int
4 get_copy ()
5 {
6 return copy;
7 }
8
9 int *
10 get_copy_p ()
11 {
12 return ©
13 }
This page took 0.035131 seconds and 4 git commands to generate.