OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / test4.C
1 // { dg-do assemble  }
2
3 class B { };
4 template <class x, int b> class X : public B { int y[b]; };