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