t / t4018 / cpp-class-definition-derivedon commit t9300: use test_cmp_bin instead of test_cmp to compare binary files (f9f3851)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};