2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp2.C
blob5c870fe528dfa9653505d1fbaf2be5e6ef6d98f2
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 struct S {
4   template <class T>
5   void foo(T&);
6 };
9 template <class U>
10 void S::foo(U&)