t / t4018 / cpp-class-constructor-mem-initon commit for-each-ref: use skip_prefix instead of starts_with (3dbe9db)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}