t / t4018 / cpp-union-definitionon commit setup_git_env: avoid blind fall-back to ".git" (b1ef400)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};