Daily bump.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / spec4.C
blobb6e6858e0a05a92b06edc818ccc028f15f38c7c0
1 // Build don't link:
3 template <class T>
4 struct S {};
6 template <>
7 struct S<int>
9   void f();
10   void g();
13 void S<int>::f() {}
15 template <>
16 void S<int>::g() {} // ERROR - does not match any template declaration