blob: cd907d57f28d3fc0fa54458cd43556eb8c70842c [file] [log] [blame]
union foo {
unsigned int a;
struct {
union {
unsigned short b1;
unsigned short b2;
};
union {
unsigned short c1;
unsigned short c2;
};
};
};