1 2 3 4 5 6
//@ known-bug: #94846 #![feature(generic_const_exprs)] struct S<const C:() = {}>() where S<{}>:; pub fn main() {}