t / t4018 / cpp-class-definition-derivedon commit show_ref(): convert local variable peeled to object_id (a0cde90)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};