t / t4018 / cpp-union-definitionon commit diff: convert diff_change to struct object_id (94a0097)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};