FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 950906-1.c
blob31997d5c25745d5a7b6a6925e29cb01107994cf0
1 g (int i)
5 f (int i)
7 g (0);
8 while ( ({ i--; }) )
9 g (0);
12 main ()
14 f (10);
15 exit (0);