First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / xi.c
blob54b42c5a3777b259ff47d1b6d551d1b48c057054
1 foo (a)
3 int r = 0;
4 if (a)
5 r = 1;
6 return r;