struct S { x: u64, } struct C { y: u16, } struct Foo(Vec); struct Bar(Vec); struct Quux(Vec>); struct Baz(Vec>); struct BarBaz(Vec>); struct FooBarBaz(Vec); fn main() {}