blob: 26188d1b0efc25e00347c5e2998014e29f3e5c18 [file] [log] [blame]
class C { public: C f(); int get(); };
int f(C* p) { return p->f()->get(); } // { dg-error "28:base operand of .->. has non-pointer type .C." }