(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
static1.C
// { dg-do assemble  }
extern "C" void abort();

struct S
{
  static const int i = 3;
};

const int S::i = 2; // { dg-error "" } duplicate initialization