1 2 3 4 5 6 7 8
union U { a: u16, b: [u8; 3], } fn main() { _ = U { b: [()] }; //~ ERROR mismatched types }