t / t4018 / cpp-union-definitionon commit setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR (d95138e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};