t / t4018 / cpp-union-definitionon commit packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator` (d1cf155)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};