FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse6.C
blob677dbe2cb3fed221feab6690671fb063d8775760
1 // PRMS id: 4653
2 // Bug: g++ tries to resolve declarator/expression ambiguities too soon.
3 // Build don't link:
5 template<class T> struct A { };
7 void f () {
8   void (A<int>::*pmf) ();       // gets bogus error - late binding