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

12 lines
176 B
Plaintext

// #failed: parse
// #error: expected string after an import
// #error: expected open paren
// #error: unclosed open brace
import a :: "thing";
b :: proc) {
}
c :: proc() {