==================== ForStatement1 :error ==================== function main() -> int { I32 x = 0; for (;;;) { } return 0; } --------------------