2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / test4.C
blob1beac031c19010156d8f954f8dac3e9d312891d7
1 // { dg-do assemble  }
3 class B { };
4 template <class x, int b> class X : public B { int y[b]; };