Init new repository
This commit is contained in:
10
tests/stmt_parse_error1.txt
Normal file
10
tests/stmt_parse_error1.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
// #failed: parser
|
||||
// #error: expected close brace
|
||||
|
||||
main :: proc() {
|
||||
for a := 0; {
|
||||
A();
|
||||
}
|
||||
A();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user