vá min, valor inteiro mínimo

const MININT = -int(^uint(0) >> 1) -1  // minimum value for an integer
Mackerel