Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
@import_zon_array_len.zig
pretty
plain
permalink
blame
history
•
10 lines
•
207 B
1
export fn entry() void {
2
const f: [4]u8 = @import("zon/array.zon");
3
_ = f;
4
}
5
6
// error
7
// imports=zon/array.zon
8
//
9
// array.zon:1:2: error: expected type '[4]u8'
10
// tmp.zig:2:30: note: imported here