t / t4018 / cpp-union-definitionon commit diff-delta: fix encoding size that would not fit in "unsigned int" (3f0a67a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};