t / t4018 / cpp-class-constructor-mem-initon commit t3904-stash-patch: factor PERL prereq at the top of the file (798a5b0)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}