// check-pass #![allow(incomplete_features)] #![feature(generic_const_exprs)] #![feature(adt_const_params)] struct Foo where [(); 0 + 0]: Sized; fn main() {}