blob: 077bf60cb80e43a2ff034683be12f0f683057474 [file] [log] [blame]
// { dg-options "-std=gnu++98" }
template <class T >
struct S
{
S() : S() {} // { dg-error "base" }
};
S<int> s; // { dg-error "instantiated" }