arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / simple.c
1 int
2 foo (int x)
3 {
4 return x * 4;
5 }