t / t4018 / cpp-union-definitionon commit worktree: make setup of new HEAD distinct from worktree population (7f44e3d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};