t / t4018 / cpp-union-definitionon commit merge-recursive: switch from (oid,mode) pairs to a diff_filespec (8daec1d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};