t / t4018 / cpp-union-definitionon commit submodule--helper: replace connect-gitdir-workingtree by ensure-core-worktree (74d4731)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};