Path: blob/master/test/01-syntax/var_in_while.gravity
1214 views
#unittest {
name: "Test variable declaration in while loop statement.";
error: SYNTAX;
error_row: 9;
error_col: 9;
};
func main() {
while (var a) {
};
}#unittest {
name: "Test variable declaration in while loop statement.";
error: SYNTAX;
error_row: 9;
error_col: 9;
};
func main() {
while (var a) {
};
}