aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/memtemp6.C
blob: d7675cb8e92f507ff79f499c01a5414de03ad8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// { dg-do assemble  }
// GROUPS passed templates membertemplates
struct S {
  template <class T, class U>
  S(T, U, T);
};


template <class T, class U>
S::S(T, U, T)
{
}