blob: e352fa5c70d83f88fdc611730e714180ca8c032c [file] [log] [blame]
// PR c++/31423
// { dg-options "" }
class C { public: C* f(); int get(); };
int f(C* p) { return p->f->get(); } // { dg-error "forget the '\\(\\)'|base operand" }