blob: 7580771ae0a3239b392b79a43e09c3cc5a37b43c [file] [log] [blame]
union foo {
unsigned int a;
union {
unsigned short b;
unsigned char c;
};
};