arm: Define elf_backend_extern_protected_data to 0 [PR 18705]
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pass.c
1 #include <stdio.h>
2
3 int
4 main ()
5 {
6 printf ("PASS\n");
7 return 0;
8 }