t / t4018 / cpp-union-definitionon commit replace trivial malloc + sprintf / strcpy calls with xstrfmt (75faa45)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};