t / t4018 / cpp-union-definitionon commit tests: replace test_tristate with "git env--helper" (3b072c5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};