t / t4018 / cpp-class-constructor-mem-initon commit lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() (c99a4c2)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}