t / t4018 / cpp-union-definitionon commit mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*) (f7f90e0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};