1### Compilation failed: 2 3error: 1: expected expression, but found 'for' 4void test_init_stmt_for() { for (for(;;);; ) {} } 5 ^^^ 61 error 7