1void f() {2 for (;;)3 ;4 for (int i = 0;;)5 continue;6 for (; bool j = false;)7 continue;8 for (int i = 0; i != 0; ++i) {9 i++;10 }11}12