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