t / t4018 / cpp-union-definitionon commit t: send verbose test-helper output to fd 4 (03aa378)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};