// RUN: %llvmgcc -S %s -o /dev/null // XFAIL: llvmgcc3 union foo { struct { char A, B; } X; int C; }; union foo V = { {1, 2} };