t / t4018 / cpp-union-definitionon commit split-index: count the number of deleted entries (2034e84)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};