Rebase.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / repo4.C
blob84575cd9469ed8922477226d316889d4deac5635
1 // { dg-do link }
2 // { dg-options "-frepo" }
3 // { dg-require-host-local "" }
4 // { dg-skip-if "dkms are not final links" { vxworks_kernel } }
6 template <class T>
7 struct S {
8   ~S ();
9 };
11 template <class T>
12 S<T>::~S () {}
14 int main ()
16   S<int> s;
19 // { dg-final { cleanup-repo-files } }