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