t / t4018 / cpp-union-definitionon commit reencode_string: use st_add/st_mult helpers (77aa03d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};