t / t4018 / cpp-class-definition-derivedon commit perf/run: update get_var_from_env_or_config() for subsections (9ba95ed)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};