t / t4018 / cpp-class-definition-derivedon commit try_remove_empty_parents(): teach to remove parents of reflogs, too (a8f0db2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};