``` type Foo struct { u16 a; union { u8 b; u16 c; } } const Foo[] Foos = { { 1, 10 }, // error: invalid type conversion from 'i32' to '<anonymous> } ```