aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/mangle5.C
blob: e0e08485eeb9951bcd03df956ec5c76fbdf992db (plain)
1
2
3
4
5
6
7
// Test mangling of pointers to cv-qualified member functions
// { dg-additional-options -fabi-compat-version=0 }

struct A;
void f (void (A::*)() const) {}

// { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }