1export fn a() void { 2 for (0..10, 10..) |i, _| { 3 _ = i; 4 } 5} 6// error 7// 8// :2:27: error: discard of unbounded counter