Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / overload18.C
blob3fb9799157b6cad926aca16e7c0670b69af0b601
1 // { dg-do assemble  }
2 // pushdecl gets confused by this.
4 void f ();
5 void f (int, int);
6 template <class T> T f (T) { }