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