mangle1.C   [plain text]


// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>

struct S {};

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