t / t4018 / cpp-union-definitionon commit rebase--helper: add a builtin helper for interactive rebases (4557f1a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};