t / t4018 / cpp-union-definitionon commit send-email: only allow one address per body tag (9d33439)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};