t / t4018 / cpp-class-definition-derivedon commit expire_reflog(): move dry_run to flags argument (98f31d8)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};