(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
static3.C
void foo()
{
  struct S
  {
    static const int a = 0;  // { dg-error "22:local class" }
  };
}