t / t4018 / cpp-union-definitionon commit pack-objects: use mru list when iterating over packs (c9af708)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};