* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / mcmp.c
blob6008008e1649c138593e16f88b30b35b21915e7e
1 foo (ip, a, x)
2 int a;
3 int *ip;
4 int x;
6 if (a >= 1)
7 x++;
8 return x;