FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 961017-1.c
blob88c9d9505a199ddecd596a36f79e6a93b17e5cb5
1 main ()
3 unsigned char z = 0;
5 do ;
6 while (--z > 0);
7 exit (0);