t / t4018 / cpp-union-definitionon commit checkout: report upstream correctly even with loosely defined branch.*.merge (05e7368)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};