struct Test { foo bool bar bool } fn main() { _ = Test{true} _ = Test{true, false, true} }