struct bug {
  const char *name;
  unsigned long type;
};

struct bug s = { 0, (unsigned long) &s | 1 };


syntax highlighted by Code2HTML, v. 0.9.1