1 2 3 4 5 6 7 8 9 10 11
export fn entry() void { comptime { @panic( "aoeu", ); } } // error // // :3:9: error: encountered @panic at comptime: aoeu