2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / template / meminit1.C
blob90b0d7d853943f193abc2431f3ce6bfeab3ba868
1 template <class T >
2 struct S
4   S() : S() {} // { dg-error "base" }
5 };
7 S<int> s; // { dg-error "instantiated" }