t / t4018 / cpp-class-definition-derivedon commit t9402-git-cvsserver-refs: don't check the stderr of a subshell (c20bf94)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};