blob: 05422543f70171732b78f00cb0b021b04323336f [file]
union foo {
struct { char A, B; } X;
int C;
};
union foo V = { {1, 2} };