Init new repository
This commit is contained in:
12
tests/for2.txt
Normal file
12
tests/for2.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
A :: struct {
|
||||
a: int;
|
||||
}
|
||||
|
||||
main :: proc(): int {
|
||||
result := 2;
|
||||
for &:A{1} {result -= 1; break;}
|
||||
for "asd" {result -= 1; break;}
|
||||
|
||||
return result;
|
||||
}
|
||||
Reference in New Issue
Block a user