t / t4018 / cpp-union-definitionon commit fast-import: clean up pack_data pointer in end_packfile (3c078b9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};