Fix problems with -r.
[deliverable/binutils-gdb.git] / gold / testsuite / pr22266_main.c
1 #include <stdlib.h>
2
3 extern int *p_int_from_a_2;
4
5 int main (void) {
6 if (*p_int_from_a_2 != 0x11223344)
7 abort ();
8 return 0;
9 }
This page took 0.029397 seconds and 4 git commands to generate.