[libc] Fix improper initialization of `StorageType` (#75610)
`StorageType` may be a `BigInt` under the hood. Initializing it with `-1` does not yields the maximum value.
parent
32f9983c
Please register or sign in to comment
`StorageType` may be a `BigInt` under the hood. Initializing it with `-1` does not yields the maximum value.