t / t4018 / cpp-class-constructor-mem-initon commit sha1_file: restore OBJECT_INFO_QUICK functionality (2b7750c)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}