t / t4018 / cpp-union-definitionon commit replace-object: check_replace_refs is safe in multi repo environment (c3c36d7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};