blob: 50aebdc6d65d89ec225d108733bdafef51b7891d [file] [log] [blame]
// { 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];