t / t4018 / cpp-union-definitionon commit t3420: fix under GETTEXT_POISON build (adf16c0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};