t / t4018 / cpp-union-definitionon commit fetch: in partial clone, check presence of targets (35f9e3e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};