summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/crash17.C
blob: 35195492fb3074e75afd603f7576318e09e02fc4 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// Origin: Dima Volodin <dvv@dvv.org>

class C {
  static int const N (1000); // { dg-error "" } invalid declaration
};