t / t4018 / cpp-union-definitionon commit pack-objects: fix buggy warning about threads (2e96d81)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};