* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20070531-2.c
blob967180e0d85bf08ed782c6f7956674c4084c2af7
1 int f(void)
3 int *a = 0;
4 for(a = 0; a < (int*)32767;a++)