t / t4018 / cpp-union-definitionon commit merge-recursive: convert struct stage_data to use object_id (fd429e9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};