blob: 0b652350e2a96d83a3fa8db310b7ee1cfc68ea19 [file] [log] [blame]
struct A {
};
template <typename T>
struct S : public A {
using A::operator(); // { dg-error "has not been declared" }
};