ld: Disable DT_RELR in some -z relro tests
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22001-1b.c
1 #include <stdio.h>
2
3 extern int copy;
4 extern int get_copy (void);
5
6 int
7 main ()
8 {
9 if (copy == get_copy ())
10 printf ("PASS\n");
11
12 return 0;
13 }