* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / i.c
blob3bee8eacb8074569ec7edfa41d1229213f9635c1
1 ase (p)
2 short *p;
4 int a;
6 a = *p;
7 *p = a + 1;