// compile-flags: -Cmetadata=aux pub trait Foo {} pub struct Bar { x: T } impl Foo for Bar<[T; 1 + 1 + 1]> {}