1 2 3 4 5 6 7 8
export fn f() void { const a: noreturn = {}; _ = a; } // error // // :2:25: error: cannot cast to noreturn