4 lines
46 B
C
4 lines
46 B
C
struct {
|
|
union { u32 x, u32 y } a,
|
|
u32 b,
|
|
}
|
struct {
|
|
union { u32 x, u32 y } a,
|
|
u32 b,
|
|
}
|