blob: 2a04dc313e9b2e56c96936fa29e612b02cf9e584 [file] [log] [blame]
// check-pass
trait Trait {}
fn f<const N: usize>(_: impl Trait) {}
fn main() {}