t / t4018 / cpp-union-definitionon commit commit_packed_refs(): use a staging file separate from the lockfile (42dfa7e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};