t / t4018 / cpp-union-definitionon commit try_remove_empty_parents(): teach to remove parents of reflogs, too (a8f0db2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};