+ syntax_error(init, "'for init; ; {' without an explicit condition nor post statement is not allowed, please prefer something like 'for init; true; /**/{'");
+ }
+
+
return ast_for_stmt(f, token, init, cond, post, body);
return ast_for_stmt(f, token, init, cond, post, body);