Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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