http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / parse / ptrmem4.C
blobfea08f2060963f859b67727e467596085a0eae98
1 // PR c++/26295
3 namespace A {}
4 int (A::*B)(); // { dg-error "namespace" }