t / t4018 / cpp-union-definitionon commit worktree: teach "add" to check out existing branches (f60a7b7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};