Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / friend31.C
blob071025df4e53d996997a106c8391525d17ac4b07
1 // { dg-do assemble  }
3 template <class T>
4 struct S1 {
5 };
7 template <>
8 struct S1<int> {};
10 struct S2 {
11   friend class S1<int>;