t / t4018 / cpp-class-definition-derivedon commit git-p4: add failing test for name-rev rather than symbolic-ref (3d553cc)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};