t / t4018 / cpp-union-definitionon commit t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' (0f59128)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};