t / t4018 / cpp-class-definition-derivedon commit read_index_from(): speed index loading by skipping verification of the entry order (00ec50e)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};