FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / abi / mangle5.C
blob99a08730fbaab627e5791b068825ab900663b3cb
1 // Test mangling of pointers to cv-qualified member functions
3 struct A;
4 void f (void (A::*)() const) {}
6 // { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }