t / t4018 / cpp-class-constructor-mem-initon commit mingw: emulate write(2) that fails with a EPIPE (2b86292)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}