Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / template8.C
blob07c46ed0a0ce1c8fa25f8ffd0110e12a0bb993cc
1 // { dg-do assemble  }
2 // PRMS Id: 4827
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); // { dg-bogus "" } failed unification