t / t4018 / cpp-union-definitionon commit use st_add and st_mult for allocation size computation (50a6c8e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};