blob: a4e4cf7e896ed2cdeebc6117b3b24b500ac3001f [file] [log] [blame] [edit]
//@ ignore-test (auxiliary, used by other tests)
trait Foo { }
type Bar = dyn Foo;