aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/pr22266_a.c
blob: b58254c913bb09f354715e14fd95275066b34c24 (plain)
1
2
3
4
5
__attribute__((section(".data.a")))
static int int_from_a_1 = 0x11223344;

__attribute__((section(".data.rel.ro.a")))
int *p_int_from_a_2 = &int_from_a_1;