blob: 5b8692211d464aa2923dcd78793a89750db31f13 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
export module foo;
// { dg-module-cmi foo }
export template <typename T>
int TPL (T const &t)
{
return frob (t);
}