* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / ic.c
blob150e1e8ed7e9e77506f8440a9c3279f73e7e62ad
1 foo (int *ip, int a)
3 a++;
4 if (a < ip[a])
5 return 1;
6 return 0;