// check-pass #![allow(dead_code)] #![allow(type_alias_bounds)] type Foo where T: Copy = Box; fn main(){}