t / t4018 / cpp-union-definitionon commit checkout: constify parameters of checkout_stage() and checkout_merged() (ce25e4c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};