FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / dead.c
blob795f7c7e467b598d9aaae949d999c5c4abbe74fc
1 foo (a)
3 ++a;
4 return a == 0;