Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
for_discard_unbounded.zig
pretty
plain
permalink
blame
history
•
8 lines
•
133 B
1
export fn a() void {
2
for (0..10, 10..) |i, _| {
3
_ = i;
4
}
5
}
6
// error
7
//
8
// :2:27: error: discard of unbounded counter