Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memtemp95.C
blobea70393a55b6b4611bc21ad4514b40a0a40e2765
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mitchell@codesourcery.com>
4 template <class T, class V>
5 struct S
7 };
9 template <class T>
10 struct S<T, int>
12   template <class U>
13   void f (U);
16 template <class T>
17 template <class U>
18 void S<T, int>::f (U)