Init new repository
This commit is contained in:
13
tests/resolve_for_error.txt
Normal file
13
tests/resolve_for_error.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
// #failed: resolve
|
||||
// #error: undeclared identifier 'i'
|
||||
// #error: undeclared identifier 'a'
|
||||
|
||||
// purpose of this test is to make sure we don't leak for init statement
|
||||
|
||||
main :: proc() {
|
||||
for it: i {
|
||||
}
|
||||
|
||||
for it: a {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user