// { dg-additional-options -fmodules-ts } export module bob; export template class TPL, typename T> struct Wrapper { using type = TPL; };