aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/g++.dg/init/pm2.C
blob: 35b9b32fea13bea2194093412bf20fe9a0978621 (plain)
1
2
3
4
5
6
7
struct S {
  S ();
  int S::* sp;
  int i;
};

S s[2] = {};