blob: 9caeb4856951da11b6715f43258650f70f6d7054 [file] [log] [blame] [edit]
//@ check-pass
struct Foo<const A: usize, const B: usize>;
impl<const A: usize> Foo<1, A> {} // ok
fn main() {}