blob: 7158e727c6594c1d6681635455f7fca77c5bf758 [file] [log] [blame]
struct foo {
union {
unsigned int a;
unsigned short b;
};
};