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

11 lines
165 B
Plaintext

// #failed: parse
// #error: got invalid token: semicolon
// #error: got unexpected token: open brace
A :: proc() {
a := ; @unused
asd := 10;
}
{
}