Automatic date update in version.in
[binutils-gdb.git] / gold / testsuite / pr22266_a.c
blob7c773db5466e8ef775372ac20f83f3ded297b2d4
1 __attribute__((section(".data.a")))
2 static int int_from_a_1 = 0x11223344;
4 __attribute__((section(".data.rel.ro.a")))
5 int *p_int_from_a_2 = &int_from_a_1;
7 const char *hello (void);
9 const char *
10 hello (void)
12 return "XXXHello, world!" + 3;