# In C, if I want to get the two's complement of x, I can get it with just -x. However, Zig compiler doesn't seem to allow that.