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