t / t4018 / cpp-union-definitionon commit mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) (fe21c6b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};