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