t / t4018 / cpp-class-definition-derivedon commit test-hashmap: use ALLOC_ARRAY rather than bare malloc (aef6cf1)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};