Sign in
code
/
git
/
1cca17dfff488760e74e2af4b0f686b20a02e6e1
/
.
/
t
/
t4018
/
cpp-union-definition
blob: 7ec94df697349061ec20b221eddb9c27835965da [
file
] [
log
] [
blame
]
union
RIGHT
{
double
v
;
int
ChangeMe
;
};