t / t4018 / cpp-union-definitionon commit t5100: add some more mailinfo tests (ae52d57)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};