[to-be-committed][RISC-V][V3] DCE analysis for extension elimination
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ctor1.C
blobc711da62e414e9dfa38ea11fa103d2dd183acc85
1 // { dg-do assemble  }
3 template <typename _CharT>
4   struct moneypunct
6    moneypunct (); 
7 };
9 template <>
10   moneypunct<char>::moneypunct ();