blob: ad6e04029cc014fa915c17bcbb89e7187c14d6d0 [file] [log] [blame]
// Build don't link:
// 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];