1 2 3 4 5 6 7 8 9
export fn f() void { const a = return; _ = a; } // error // // :2:5: error: unreachable code // :2:15: note: control flow is diverted here