mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
10 lines
90 B
C
10 lines
90 B
C
|
|
||
|
|
||
|
union foo { int X; };
|
||
|
|
||
|
int test(union foo* F) {
|
||
|
{
|
||
|
union foo { float X; } A;
|
||
|
}
|
||
|
}
|