blob: b4d2f5d3c6d0949c812bf70590d5943334c7d242 [file] [log] [blame]
// ignore-test
trait Foo { }
type Bar = dyn Foo;