t / t4018 / cpp-union-definitionon commit refs: use `size_t` indexes when iterating over ref transaction updates (43a2dfd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};