First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / 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;