blob: ec0e9d6a48c3a93aef65f01c246db34cce40f436 [file] [log] [blame]
//@ check-pass
trait A<T: A<T>> {}
fn main() {}