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