2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / 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 };