// { dg-additional-options -fmodules-ts } import bob; template struct X { using type = T; }; template struct same; template struct same {}; void frob () { using type = Wrapper::type::type; same v; }