arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22064b.c
1 int foo[2];
2 int bar[2] = { -1, -1 };
3
4 int *
5 foo_p (void)
6 {
7 return foo;
8 }
9
10 int *
11 bar_p (void)
12 {
13 return bar;
14 }