blob: 7f8dec953f45d5fb50363b6a6b50965604958ff0 [file] [log] [blame]
union foo {
struct {
unsigned int a;
unsigned int b;
} bar;
};