1 2 3 4 5 6 7 8 9 10 11
foo (a) { while ((a -= 1) != -1) bar (270000); putchar ('\n'); } main () { foo (5); }