http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[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 };