t / t4018 / cpp-union-definitionon commit pack-objects: move tree_depth into 'struct packing_data' (108f530)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};