t / t4018 / cpp-union-definitionon commit pack-objects: reuse on-disk deltas for thin "have" objects (6a1e32d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};