Sheets: Make TestBitopsFunctions compile on windows
MSVC may define large integer constants as unsigned, but Value has no constructor for unsigned integers. This patch casts to int64_t to fix this.
MSVC may define large integer constants as unsigned, but Value has no constructor for unsigned integers. This patch casts to int64_t to fix this.