1const foo = [3]u16{ .x = 1024 }; 2comptime { 3 _ = foo; 4} 5 6// error 7// 8// :1:13: error: initializing array with struct syntax