t / t4018 / cpp-class-constructor-mem-initon commit t0021: compute file size with a single process instead of a pipeline (ec2e8b3)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}