t / t4018 / cpp-union-definitionon commit cat-file: rename batch_{loose,packed}_object callbacks (b1adb38)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};