t / t4018 / cpp-class-constructor-mem-initon commit shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools (6bc3d8c)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}