t / t4018 / cpp-class-constructor-mem-initon commit Start the post-2.1 cycle (85f0837)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}