aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/memtemp60.C
blob: d0d5b0b652761593e69703b800f3aefb8d5f808d (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-do assemble  }
// GROUPS passed membertemplates
template <class T>
struct S
{
  S(const S<T>& x)  {}

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