master
1export fn a() void {
2    for (0..10, 10..20) |i| {
3        _ = i;
4    }
5}
6
7// error
8//
9// :2:19: error: for input is not captured