* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xpp.c
blobdaf3399a3f4dc527ed66f2d66df70e6a394a15c4
1 foo (a)
3 a++;
4 if (a < 10)
5 return 1;
6 return a;
9 main ()
11 printf ("%d\n", foo ((1 << 31) - 1));