//@ known-bug: #118545 #![feature(generic_const_exprs)] struct Checked; fn foo() {} const _: Checked = Checked::; pub fn main() {}