When converting a value to its Lua representation, we choose an integer type if it fits. If it doesn't, we fall back to a more expensive type. So we explicitly try to trigger an overflow. However, clang's ubsan doesn't like the overflow, and kills the test. Tell it that the overflow is expected here. Closes #7374
40 KiB
40 KiB