blob: 5874631a2b41f74a4dfac277809a7d1761164e66 [file] [log] [blame]
//
// Testing that type items with where clauses output correctly.
//@ pp-exact
fn main() {
type Foo<T> where T: Copy = Box<T>;
}