Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
cases
compile_errors
struct_init_syntax_for_array.zig
pretty
plain
permalink
blame
history
•
8 lines
•
127 B
1
const foo = [3]u16{ .x = 1024 };
2
comptime {
3
_ = foo;
4
}
5
6
// error
7
//
8
// :1:13: error: initializing array with struct syntax