blob: e23faef507390b75b8ab010e0e3cf49fb063f059 [file]
struct bug {
const char *name;
__SIZE_TYPE__ type;
};
struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };