t / t4018 / cpp-class-definition-derivedon commit sha1_file.c: rename move_temp_to_file() to finalize_object_file() (cb5add5)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};