t / t4018 / cpp-union-definitionon commit packfile: allow prepare_packed_git_one to handle arbitrary repositories (935cdd6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};