t / t4018 / cpp-class-definition-derivedon commit worktree: allow "-" short-hand for @{-1} in add command (1a450e2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};