2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / pmf2.C
blob30a3aab1992ace3e6feea7ab043c89efede43988
1 // { dg-do assemble  }
2 // PRMS Id: 4484 (bug 3)
3 // Bug: g++ does implicitly take the address of methods passed to fns.
5 struct A {
6   void f ();
7 };
9 void g (void (A::*)());
11 void h () {
12   g (A::f);                     // { dg-error "" } failed conversion to method pointer