#include uint64_t uint64_nonzero_mask(uint64_t x) { if (x != 0) return -1; return 0; }