F.cpp 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 void f() { for (;;) ; for (int i = 0;;) continue; for (; bool j = false;) continue; for (int i = 0; i != 0; ++i) { i++; } }