6 lines
54 B
C++
6 lines
54 B
C++
|
union TEST_union {
|
||
|
int a;
|
||
|
char b;
|
||
|
};
|
||
|
|