t / t4018 / cpp-union-definitionon commit expire_reflog(): move dry_run to flags argument (98f31d8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};