t / t4018 / cpp-union-definitionon commit handle_one_ref(): rewrite to take an object_id argument (a217dcb)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};