==================== ForStatement2 :error ==================== function main() -> int { for (while (true){};;) { } return 0; } --------------------