t / t4018 / cpp-class-constructor-mem-initon commit t6044: add a testcase for index matching head, when head doesn't match HEAD (cf69f2a)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}