t / t4018 / cpp-class-constructor-mem-initon commit xdiff-interface: export comparing and hashing strings (5ec8274)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}