template struct Foo; template using Bar = Foo; template struct [[clang::preferred_name(Bar)]] Foo {}; template struct Baz { Foo member; };