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