blob: e8b5599f81cd9927407b2cc4de88f976c74eaa0f [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
export template <typename T>
struct TPL
{
typename T::type m;
using type = typename T::type;
const type cm;
};