t / t4018 / cpp-union-definitionon commit execv_dashed_external: use child_process struct (2b296c9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};