t / t4018 / cpp-union-definitionon commit replace-object: add repository argument to prepare_replace_object (fe6d34d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};