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