summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.abi/mangle1.C
blob: d738f31b96d417407c6370cf3a5a7877ff2181eb (plain)
1
2
3
4
5
6
7
// { dg-do assemble  }
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S {};

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