t / t4018 / cpp-union-definitionon commit t6030: update to use test_i18ncmp (c9e6ce4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};