t / t4018 / cpp-union-definitionon commit t3200: unset core.logallrefupdates when testing reflog creation (68d1c2f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};