1 2 3 4 5 6 7
struct A { }; template <typename T> struct S : public A { using A::operator(); // { dg-error "no member" } };