t / t4018 / cpp-union-definitionon commit mingw: ensure temporary file handles are not inherited by child processes (05d1ed6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};