t / t4018 / cpp-class-constructor-mem-initon commit t6044: new merge testcases for when index doesn't match HEAD (a6ee883)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}