packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`
[git.git] / t / t4018 / cpp-union-definition
blob7ec94df697349061ec20b221eddb9c27835965da
1 union RIGHT {
2         double v;
3         int ChangeMe;
4 };