Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
comptime_unreachable.zig
pretty
plain
permalink
blame
history
•
7 lines
•
112 B
1
pub export fn entry() void {
2
comptime unreachable;
3
}
4
5
// error
6
//
7
// :2:14: error: reached unreachable code