1 2 3 4 5 6 7 8
export fn entry() void { const x = [_]u8{ .y = 2 }; _ = x; } // error // // :2:15: error: initializing array with struct syntax