Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
runtime_reaching_unreachable.zig
pretty
plain
permalink
blame
history
•
7 lines
•
94 B
1
const std = @import("std");
2
3
pub fn main() void {
4
std.debug.assert(false);
5
}
6
7
// exe=fail