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