Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
for_unbounded.zig
pretty
plain
permalink
blame
history
•
9 lines
•
112 B
1
export fn b() void {
2
for (0..) |i| {
3
_ = i;
4
}
5
}
6
7
// error
8
//
9
// :2:5: error: unbounded for loop