* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xc.c
blobaed06a04ecdd6f3afa5ad1184fdf895eaf235087
1 foo (a, p)
2 int *p;
4 int b;
6 a++;
7 b = *p;
8 if (a)
9 return 1;
10 return b;