t / t4018 / cpp-class-definition-derivedon commit t6302: skip only signed tags rather than all tests when GPG is missing (618310a)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};