Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
comptime_decl_name_conflict_resolved.zig
pretty
plain
permalink
blame
history
•
8 lines
•
123 B
1
comptime {
2
@compileError("should be reached");
3
}
4
const comptime_0 = {};
5
6
// error
7
//
8
// :2:5: error: should be reached