t / t4018 / cpp-class-definition-derivedon commit t5405: use test_must_fail() instead of checking exit code manually (fbd6ef2)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};