Files
lib_compiler/tests/parse_decl_errors.txt
2024-04-13 15:29:53 +02:00

22 lines
211 B
Plaintext

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