ctor1.C   [plain text]


// { dg-do assemble  }

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

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