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 / test4.C
1 // Build don't link: 
2
3 class B { };
4 template <class x, int b> class X : public B { int y[b]; };