2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memclass8.C
blob1e757e7caf165e17453ee0f1757c33519c7e3d91
1 // { dg-do assemble  }
3 template <class T>
4 class S
6   template <class U>
7   struct S2 {
8     S2(const S2<U>& s2u) {}
9   };