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