t / t4018 / cpp-class-definition-derivedon commit help.c: wrap wait-only poll() invocation in sleep_millisec() (2024d31)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};