t / t4018 / cpp-union-definitionon commit rebase -i: move rebase--helper modes to rebase--interactive (34b4731)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};