blob: 212431b8950e26fa2901018e07c37d585d93c609 [file] [log] [blame]
union foo {
union {
unsigned int a;
unsigned short b;
} bar;
};