Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
@import_zon_addr_slice.zig
pretty
plain
permalink
blame
history
•
9 lines
•
218 B
1
pub fn main() void {
2
const f: struct { value: []const i32 } = @import("zon/addr_slice.zon");
3
_ = f;
4
}
5
6
// error
7
// imports=zon/addr_slice.zon
8
//
9
// addr_slice.zon:2:14: error: pointers are not available in ZON