aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/static1.C
blob: c18e55c63dc40a3cdf382eeb22939ac8099db690 (plain)
1
2
3
4
5
6
7
8
extern "C" void abort();

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

const int S::i = 2; // ERROR - duplicate initialization