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