#include int32_t int32_bottombit_mask(int32_t x) { return -(1 & x); }