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