t / t4018 / cpp-class-constructor-mem-initon commit mmap_limit: introduce GIT_MMAP_LIMIT to allow testing expected mmap size (0271022)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}