2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20011010-1.c
blobb0137554379abb990e6415b51a502995f08871be
1 extern int used (void);
4 int foo ()
6 int i;
7 for (; used (); ({while (1) if (used ()) return 0;}))
8 i++;
9 return i;