t / t4018 / cpp-class-constructor-mem-initon commit refs.c: don't expose the internal struct ref_lock in the header file (3581d79)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}