aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.abi/mangle1.C
blob: 70f0ccee0be0ca7cebe1737b0b0834f82e2f5528 (plain)
1
2
3
4
5
6
7
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S {};

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