t / t4018 / cpp-union-definitionon commit index_has_changes(): avoid assuming operating on the_index (1b9fbef)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};