t / t4018 / cpp-class-constructor-mem-initon commit Merge branch 'ib/t3700-add-chmod-x-updates' into tg/add-chmod+x-fix (840529d)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}