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