rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/static1.C

10 lines
154 B
C

// { dg-do assemble }
extern "C" void abort();
struct S
{
static const int i = 3;
};
const int S::i = 2; // { dg-error "" } duplicate initialization