Init new repository
This commit is contained in:
12
tests/weird_import_parse.txt
Normal file
12
tests/weird_import_parse.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
// #failed: parse
|
||||
// #error: expected string after an import
|
||||
// #error: expected open paren
|
||||
// #error: unclosed open brace
|
||||
|
||||
import a :: "thing";
|
||||
|
||||
b :: proc) {
|
||||
}
|
||||
|
||||
|
||||
c :: proc() {
|
||||
Reference in New Issue
Block a user