t / t4018 / cpp-union-definitionon commit read-cache: fix reading of split index (03f15a7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};