Init new repository
This commit is contained in:
15
tests/stmt_parse_error3.txt
Normal file
15
tests/stmt_parse_error3.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
// #failed: parse
|
||||
// #error: unclosed open brace '{'
|
||||
main :: proc(): int {
|
||||
{;
|
||||
}
|
||||
|
||||
// #error: statement lacks a semicolon
|
||||
A :: proc() {
|
||||
asd
|
||||
}
|
||||
|
||||
// #error: statement lacks a semicolon
|
||||
B :: proc() {
|
||||
asd
|
||||
}
|
||||
Reference in New Issue
Block a user