(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
const2.C
// { dg-do assemble  }

struct S {
  static const char* cp = "abc"; // { dg-error "" } initialization of non-const
};