(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
crash43.C
// PR c++/34600

namespace N
{
  void foo()
  {
    extern int i = 0; // { dg-error "'i' has both 'extern' and initializer" }
  }
}