blob: 90b0d7d853943f193abc2431f3ce6bfeab3ba868 [file] [log] [blame]
template <class T >
struct S
{
S() : S() {} // { dg-error "base" }
};
S<int> s; // { dg-error "instantiated" }