blob: ee51a0cc906cc883a3243910b238882bac83b50f [file] [log] [blame]
template <class T >
struct S
{
S() : S() {} // { dg-error "Delegating constructors are permitted only in C++0x" }
};
S<int> s; // { dg-error "in instantiation" }