1export fn b() void {
2 for (0..) |i| {
3 _ = i;
4 }
5}
6
7// error
8//
9// :2:5: error: unbounded for loop