t / t4018 / cpp-union-definitionon commit read-cache: save index SHA-1 after reading (e93021b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};