aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/memclass10.C
blob: 1deb38054cccf0a30a356f721a056f0e7be8be08 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:

struct S1
{
  template <class T>
  struct S2 {}; // ERROR - previous definition

  template <class T>
  struct S2 {}; // ERROR - redefinition 
};