t / t4018 / cpp-union-definitionon commit Revert "test-lib: whitelist GIT_TR2_* in the environment" (3efa1c6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};