t / t4018 / cpp-union-definitionon commit builtin/merge.c: fix a bug with trivial merges (40d7194)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};