t / t4018 / cpp-union-definitionon commit push_refs_with_export: convert to struct object_id (27912a0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};