FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / template8.C
blob586fb61a02e6e18318e9a408f487a6aaa8e11480
1 // PRMS Id: 4827
2 // Build don't link:
4 class A;
5 template <class T> int f (const T&, const A *);
7 int g (const int& a)
9   return f (a, (A *)0); // gets bogus error - failed unification