2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / init / pm2.C
blob35b9b32fea13bea2194093412bf20fe9a0978621
1 struct S {
2   S ();
3   int S::* sp;
4   int i;
5 };
7 S s[2] = {};