Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / template7.C
blob1b563e6198fcf23927810b6c951908ae145a140c
1 // { dg-do assemble  }
2 // PRMS Id: 4826
4 class A;
5 template <class T> void f(const T&, const T&);
7 void g (const A& a, A& b) {
8   f (a, b); // { dg-bogus "" } failed unification