mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
9 lines
75 B
D
9 lines
75 B
D
struct S
|
|
{
|
|
union
|
|
{
|
|
float f = 1;
|
|
int i = 2;
|
|
}
|
|
}
|