1 2 3 4 5 6 7 8 9 10
extern int used (void); int foo () { int i; for (; used (); ({while (1) if (used ()) return 0;})) i++; return i; }