Fixes a failure in the client.inline_test where it was multiplying an int by a larger-than-int constant to compare to a 64-bit value, which ends up with truncation with some toolchains.
Tested on such a toolchain (forthcoming llvm).
Fixes a failure in the client.inline_test where it was multiplying an int by a larger-than-int constant to compare to a 64-bit value, which ends up with truncation with some toolchains.
Tested on such a toolchain (forthcoming llvm).