t / t4018 / cpp-union-definitionon commit git-compat-util.h: xsize_t() - avoid -Wsign-compare warnings (73560c7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};