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