blob: dd642f9b3a08816d548390ddd33c5f3f2b14f83a [file] [log] [blame]
//@ check-pass
trait Foo<const KIND: bool = true> {}
fn main() {}