blob: bb136d9c8f6aeddf670d1ae3f0582608ec3d484e [file] [log] [blame]
// { dg-additional-options {-fmodules-ts} }
export module TPL;
// { dg-module-cmi TPL }
export template <typename T> int foo (T x)
{
return int (x);
}
// { dg-final { scan-assembler-not {^[a-zA-Z0-9_]*:} } }