(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.abi/
mangle1.C
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S {};

void f (void (S::*)()) {}
void f (void (S::*)() const) {}