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