t / t4018 / cpp-union-definitionon commit mingw: try to delete target directory before renaming (4426fb5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};