#unittest { name: "Test variable declaration in if flow statement."; error: SYNTAX; error_row: 9; error_col: 6; }; func main() { if (var a) {}; }