t / t4018 / cpp-class-constructor-mem-initon commit t9300: use test_cmp_bin instead of test_cmp to compare binary files (f9f3851)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}