t / t4018 / cpp-union-definitionon commit status: add --[no-]ahead-behind to status and commit for V2 format. (fd9b544)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};