// PRMS id: 4653 // Bug: g++ tries to resolve declarator/expression ambiguities too soon. // Build don't link: template struct A { }; void f () { void (A::*pmf) (); // gets bogus error - late binding }