t / t4018 / cpp-union-definitionon commit builtin/branch: stop supporting the "--set-upstream" option (5266884)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};