t / t4018 / cpp-union-definitionon commit pack-objects: set number of threads before checking and warning (0c45d25)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};