t / t4018 / cpp-union-definitionon commit t0001 (mingw): do not expect a specific order of stdout/stderr (fdda1ac)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};