1 struct bug {
2   const char *name;
3   __SIZE_TYPE__ type;
4 };
5 
6 struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };
7