t / t4018 / cpp-class-constructor-mem-initon commit perf/run: add conf_opts argument to get_var_from_env_or_config() (3ae7d2b)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}