t / t4018 / cpp-union-definitionon commit send-pack: use buffered I/O to talk to pack-objects (f0bca72)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};