t / t4018 / cpp-class-definition-derivedon commit alloc.c: remove the alloc_raw_commit_node() function (225ea22)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};