t / t4018 / cpp-union-definitionon commit t5536: simplify checking of messages output to stderr (51b74b5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};