Introduce GFC_STD_UNSIGNED.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error43.C
blob1a72cbce20513442b450afcfb6f76141b3a60caa
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 "25:invalid use of member function" }