t / t4018 / cpp-union-definitionon commit sequencer: do not squash 'reword' commits when we hit conflicts (a9279c6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};