t / t4018 / cpp-union-definitionon commit cache: make oidcpy always copy GIT_MAX_RAWSZ bytes (974e4a8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};