Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.abi / mangle1.C
blobd738f31b96d417407c6370cf3a5a7877ff2181eb
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct S {};
6 void f (void (S::*)()) {}
7 void f (void (S::*)() const) {}