t / t4018 / cpp-union-definitionon commit merge-recursive: make !o->detect_rename codepath more obvious (e7f04a3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};