#include int32_t int32_positive_mask(int32_t x) { if (x > 0) return -1; return 0; }