t / t4018 / cpp-union-definitionon commit mingw: emulate write(2) that fails with a EPIPE (2b86292)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};