blob: 69879ab7fdf1bad833f0850ce65cd8232b5da22f [file] [log] [blame]
// check-pass
#![allow(dead_code)]
#![allow(type_alias_bounds)]
type Foo<T> where T: Copy = Box<T>;
fn main(){}