Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / instantiate3.C
blobb40e684f3687b2f6ff12797e20a72af373a2be8d
1 // { dg-do assemble  }
3 template <class T>
4 struct S
6   S(const T&) {}
7   S(int, long);
8 };
10 template S<double>::S(const double&);