t / t4018 / cpp-union-definitionon commit bisect: fix off-by-one error in `best_bisection_sorted()` (7c11718)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};