Init new repository
This commit is contained in:
9
tests/error_in_global_and_local.txt
Normal file
9
tests/error_in_global_and_local.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
// #failed: resolve
|
||||
// #error: undeclared identifier 'meme'
|
||||
A: meme;
|
||||
|
||||
main :: proc(): int {
|
||||
// #error: undeclared identifier 'asd'
|
||||
a: asd;
|
||||
return a;
|
||||
}
|
||||
Reference in New Issue
Block a user