t / t4018 / cpp-union-definitionon commit refs: new ref types to make per-worktree refs visible to all worktrees (3a3b9d8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};