2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp37.C
blob6299b0da76a27e82bcbf94e99b59daa45c80dac9
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 template <class T>
4 struct S
6   template <class U>
7   void f(U u);
8 };
11 template <class T>
12 template <class U>
13 void S<T>::f(U)
17 enum 
19   a = 3