t / t4018 / cpp-union-definitionon commit wrapper.c: introduce gentle xmallocz that does not die() (f8bb1d9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};