blob: a90d50ec6f8e75d3ad3dafcd04ba6135145e682a [file] [log] [blame]
// { dg-module-do link }
// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
template <unsigned I> struct TPL
{
int Source ()
{
return I;
}
};
extern template class TPL<1>;