1 2 3 4 5 6 7
export fn a() void { for(undefined) |x|; } // error // // :2:23: error: expected block or assignment, found ';'