t / t4018 / cpp-union-definitionon commit expire_reflog(): use a lock_file for rewriting the reflog file (f3b661f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};