//@ ignore-test (auxiliary, used by other tests)

trait Foo { }

type Bar = dyn Foo;