Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / init / struct1.C
blobe23faef507390b75b8ab010e0e3cf49fb063f059
1 struct bug {
2   const char *name;
3   __SIZE_TYPE__ type;
4 };
6 struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };