Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr21997-1c.c
blob6d7b9dc50df160a177eabe73d625b20f80f4068c
1 #include <stdio.h>
3 extern int protected;
4 extern int* get_protected_p (void);
6 int
7 main ()
9 if (&protected == get_protected_p ())
10 printf ("PASS\n");
12 return 0;