FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 950124-1.c
blobe723954a0c177bae261dc54db7ddbcc774895331
1 f ()
3 if (g ())
4 h ();
5 else
7 do
9 return 0;
10 break;
12 while (1);
14 return 1;