t / t4018 / cpp-union-definitionon commit object_as_type: initialize commit-graph-related fields of 'struct commit' (4468d44)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};