Init new repository
This commit is contained in:
22
tests/parse_decl_errors.txt
Normal file
22
tests/parse_decl_errors.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
ASDF;
|
||||
|
||||
|
||||
Something :: proc() {
|
||||
}
|
||||
|
||||
|
||||
^Memes;
|
||||
|
||||
Some_Struct :: struct {
|
||||
i: int;
|
||||
}
|
||||
|
||||
|
||||
Another_One
|
||||
|
||||
// #failed: parse
|
||||
// #error: got unexpected token
|
||||
// #error: got unexpected token
|
||||
// #error: got unexpected token
|
||||
Reference in New Issue
Block a user