1 2 3 4 5 6 7 8 9
export fn b() void { for () |i| { _ = i; } } // error // // :2:10: error: expected expression, found ')'