t / t4018 / cpp-class-constructor-mem-initon commit t: use nongit() function where applicable (a3c45d1)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}