t / t4018 / cpp-union-definitionon commit fsmonitor: simplify determining the git worktree under Windows (1fff303)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};