// { dg-do assemble } // PRMS id: 4653 // Bug: g++ tries to resolve declarator/expression ambiguities too soon. template struct A { }; void f () { void (A::*pmf) (); // { dg-bogus "" } late binding }