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