Example: ``` enum Foo : uint64 { a } ``` Result: ``` error: a.fbs:1: 23: error: enum value does not fit [0; -1] ``` Looks like this overflowed: https://github.com/google/flatbuffers/blob/7d3930a2fd71774fdec063160ebd168bbff6db8b/src/idl_parser.cpp#L1677 Introduced in https://github.com/google/flatbuffers/commit/5c0f914f3859ae3920f7be6a618c17a47433bd85.