Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / repo4.C
blobd1a2d70d9505d9220a9d5e5538c72622b1cf1f1c
1 // { dg-do link }
2 // { dg-options "-frepo" }
3 // Build then link:
5 template <class T>
6 struct S {
7   ~S ();
8 };
10 template <class T>
11 S<T>::~S () {}
13 int main ()
15   S<int> s;
18 // { dg-final { cleanup-repo-files } }