blob: 3a92b940724b3ca4c4025b1142d9f0551f1b240a [file] [log] [blame]
struct foo {
union {
unsigned int a;
unsigned short b;
} bar;
};