blob: 2558f9815278e14af5d027fdd04aacff50000703 [file] [log] [blame]
union foo { int X; };
int test(union foo* F) {
{
union foo { float X; } A;
}
}