OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash2.C
1 // Build don't link: 
2 // GROUPS passed old-abort
3 // The compiler used to crash on this example.
4
5 class x {
6 public:
7   x();
8   static const x y[23];
9 };
10 const x x::y[23];