2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / static1.C
blob2b042526466bc15233d381e348894db3fe90580a
1 // { dg-do assemble  }
2 extern "C" void abort();
4 struct S
6   static const int i = 3;
7 };
9 const int S::i = 2; // { dg-error "" } duplicate initialization