Init new repository
This commit is contained in:
11
tests/stmt_parse_error5.txt
Normal file
11
tests/stmt_parse_error5.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
// #failed: parse
|
||||
// #error: got invalid token: semicolon
|
||||
// #error: got unexpected token: open brace
|
||||
A :: proc() {
|
||||
a := ; @unused
|
||||
asd := 10;
|
||||
|
||||
}
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user