t / t4018 / cpp-union-definitionon commit score_trees(): fix iteration over trees with missing entries (2ec4150)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};