Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_error.zig
pretty
plain
permalink
blame
history
•
7 lines
•
110 B
1
export fn foo() void {
2
@compileError("this is an error");
3
}
4
5
// error
6
//
7
// :2:5: error: this is an error