2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash17.C
blob35195492fb3074e75afd603f7576318e09e02fc4
1 // { dg-do assemble  }
2 // Origin: Dima Volodin <dvv@dvv.org>
4 class C {
5   static int const N (1000); // { dg-error "" } invalid declaration
6 };