Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / explicit33.C
blobc6f5472c32fba2f7e1baeb8282106372e26d0e5f
1 // { dg-do assemble  }
2 // GROUPS passed templates
3 template <class T>
4 void foo(T t);
6 template <>
7 void foo(int) {}
9 void foo(int) {}