t / t4018 / cpp-union-definitionon commit read-cache: force split index mode with GIT_TEST_SPLIT_INDEX (d6e3c18)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};