t / t4018 / cpp-union-definitionon commit send-pack: send feature request on push-cert packet (20a7558)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};