t / t4018 / cpp-union-definitionon commit worktree.c: avoid referencing to worktrees[i] multiple times (c871714)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};