t / t4018 / cpp-union-definitionon commit Convert struct ref_array_item to struct object_id (cedfc41)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};