t / t4018 / cpp-union-definitionon commit t3404: become resilient to GETTEXT_POISON (7ca79dc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};