2013-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error43.C
blobe352fa5c70d83f88fdc611730e714180ca8c032c
1 // PR c++/31423
2 // { dg-options "" }
4 class C { public: C* f(); int get(); };
5 int f(C* p) { return p->f->get(); }  // { dg-error "forget the '\\(\\)'|base operand" }