runtime_reaching_unreachable.zig (94B) - Raw
1 const std = @import("std"); 2 3 pub fn main() void { 4 std.debug.assert(false); 5 } 6 7 // exe=fail