t / t4018 / cpp-union-definitionon commit mingw: fix mingw_open_append to work with named pipes (eeaf7dd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};