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