//@ known-bug: #106473 #![feature(generic_const_exprs)] const DEFAULT: u32 = 1; struct V where [(); U]:; trait Tr {} impl Tr for V {}