t / t4018 / cpp-union-definitionon commit am -3: support 3way merge on unborn branch (2c970c9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};