t / t4018 / cpp-union-definitionon commit line-log.c: prevent crash during union of too many ranges (aaae0bf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};