// check-pass #![feature(generic_const_exprs)] #![allow(incomplete_features)] struct Foo; struct Bar(Foo); fn main() {}