1 2 3 4 5 6 7
export fn a() void { while(true); } // error // // :2:16: error: expected block or assignment, found ';'