t / t4018 / cpp-class-constructor-mem-initon commit perf/run: update get_var_from_env_or_config() for subsections (9ba95ed)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}