Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
@import_zon_syntax_error.zig
pretty
plain
permalink
blame
history
•
9 lines
•
200 B
1
export fn entry() void {
2
const f: bool = @import("zon/syntax_error.zon");
3
_ = f;
4
}
5
6
// error
7
// imports=zon/syntax_error.zon
8
//
9
// syntax_error.zon:3:13: error: expected ',' after initializer