Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp4.C
blob9dca76a3a6a892cfbe7b43b04f27bdba7be89d24
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 struct S {
4   template <class T>
5   void operator+(T);
6 };
9 template <class T>
10 void S::operator+(T)