OSDN Git Service

* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp99.C
1 // Build don't link:
2 // Origin: bitti@cs.tut.fi
3
4 template<typename T, unsigned int N>
5 class Vector
6 {
7 public:
8   template<unsigned int I>
9   class Vector<T,N>::CommaInit { }; // ERROR - invalid definition
10 };