t / t4018 / cpp-class-definition-derivedon commit test helpers: move test-* to t/helper/ subdirectory (e6e7530)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};