t / t4018 / cpp-class-definition-derivedon commit sequencer: refactor append_todo_help() to write its message to a buffer (a9f5476)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};