No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / init / struct1.C
blob4cabc99e0e233d57cdde433bbe40094981299082
1 struct bug {
2   const char *name;
3   unsigned long type;
4 };
6 struct bug s = { 0, (unsigned long) &s | 1 };