aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/memtemp99.C
blob: 056157cb41c7183744c410f625fe67b1d0772998 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-do assemble  }
// Origin: bitti@cs.tut.fi

template<typename T, unsigned int N>
class Vector
{
public:
  template<unsigned int I>
  class Vector<T,N>::CommaInit { }; // { dg-error "" } invalid definition
};