t / t4018 / cpp-class-constructor-mem-initon commit remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) (cb8010b)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}