2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / crash2.C
blob50aebdc6d65d89ec225d108733bdafef51b7891d
1 // { dg-do assemble  }
2 // GROUPS passed old-abort
3 // The compiler used to crash on this example.
5 class x {
6 public:
7   x();
8   static const x y[23];
9 };
10 const x x::y[23];