blob: 4cabc99e0e233d57cdde433bbe40094981299082 [file] [log] [blame]
struct bug {
const char *name;
unsigned long type;
};
struct bug s = { 0, (unsigned long) &s | 1 };