aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memtemp60.C
blob: 7358d7225f77dac8d0f647e424ab9854aab8d52f (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:
// GROUPS passed membertemplates
template <class T>
struct S
{
  S(const S<T>& x)  {}

  template <class U>
  S(const S<U>& x)  {}
};