(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.pt/
ctor1.C
// { dg-do assemble  }

template <typename _CharT>
  struct moneypunct
{
   moneypunct (); 
};

template <>
  moneypunct<char>::moneypunct ();