t / t4018 / cpp-union-definitionon commit pack: move find_pack_entry() and make it global (1a1e5d4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};