t / t4018 / cpp-union-definitionon commit expire_reflog(): it's not an each_ref_fn anymore (55dfc8d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};