FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / ctor1.C
blob9e36706711aa808a929245d16639fa90caa4e7fd
1 // Build don't link:
3 template <typename _CharT>
4   struct moneypunct
6    moneypunct (); 
7 };
9 template <>
10   moneypunct<char>::moneypunct ();