//@ known-bug: #136894 #![feature(generic_const_exprs)] #![crate_type = "lib"] #![allow(incomplete_features, dead_code)] struct X([(); f::()]) where [(); f::()]:; const fn f() -> usize { panic!() }