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