t / t4018 / cpp-union-definitionon commit t5520: test --rebase with multiple branches (9570d67)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};