t / t4018 / cpp-class-constructor-mem-initon commit fmt_with_err: add a comment that truncation is OK (ac4896f)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}