(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
crash17.C
// { dg-do assemble  }
// Origin: Dima Volodin <dvv@dvv.org>

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