aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash2.C
blob: ad6e04029cc014fa915c17bcbb89e7187c14d6d0 (plain)
1
2
3
4
5
6
7
8
9
10
// 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];