t / t4018 / cpp-union-definitionon commit format-patch: allow --interdiff to apply to a lone-patch (ee6cbf7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};