blob: df546c4717eb67c103cbbf399024ee56741bbbb1 [file] [log] [blame]
// build-pass
trait X<const N: i32> {}
fn hello<T: X<{ fn hello() -> ! { loop {} } 1 }>>() {}
fn main() {}