t / t4018 / cpp-union-definitionon commit contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>" (57b74cd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};