t / t4018 / cpp-class-constructor-mem-initon commit sha1dc: add collision-detecting sha1 implementation (28dc98e)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}