Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / g++.dg / other / ptrmem9.C
blobc4d3656a066a2e7859a0edf78360ac6acf089ce5
1 // PR c++/33969
2 // { dg-do compile }
4 struct A;
5 void (*A::* fp)() const; // { dg-error "invalid in variable declaration" }