t / t4018 / cpp-class-constructor-mem-initon commit reencode_string: use st_add/st_mult helpers (77aa03d)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}