t / t4018 / cpp-class-definition-derivedon commit git p4 test: use 'test_atexit' to kill p4d and the watchdog process (99e37c2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};