t / t4018 / cpp-class-definition-derivedon commit t3904-stash-patch: factor PERL prereq at the top of the file (798a5b0)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};