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