t / t4018 / cpp-union-definitionon commit mingw: mark t9100's test cases with appropriate prereqs (bcb11f1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};