t / t4018 / cpp-union-definitionon commit tests: use test_i18n* functions to suppress false positives (1edbaac)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};