Compiler is parsing this const expression as -(2147483648) and 2147483648 is too large. Workaround is to use -(2147483647) - (1)
Compiler is parsing this const expression as -(2147483648) and 2147483648 is too large. Workaround is to use -(2147483647) - (1)