* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920729-1.c
blobde00be5af8865e311da0b3520a61bbc239526a19
1 extern volatile int i;
2 f(){int j;for(;;)j = i;}