t / t4018 / cpp-union-definitionon commit submodule--helper update-clone: allow multiple references (5f50f33)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};