t / t4018 / cpp-class-constructor-mem-initon commit t6036, t6042: use test_create_repo to keep tests independent (2a4c19e)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}