blob: 30dccfa77b5a47998ed4dea9ad2c177e6c794f1d [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]> {}