First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / gcc.c-torture / unsorted / dead.c
blob795f7c7e467b598d9aaae949d999c5c4abbe74fc
1 foo (a)
3 ++a;
4 return a == 0;