t / t4018 / cpp-class-constructor-mem-initon commit register_tempfile(): new function to handle an existing temporary file (9939715)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}