(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.brendan/
crash2.C
// { dg-do assemble  }
// GROUPS passed old-abort
// The compiler used to crash on this example.

class x {
public:
  x();
  static const x y[23];
};
const x x::y[23];