const math.MinInt32

6 uses

	math (current package)
		const.go#L45: 	MinInt32  = -1 << 31
		logb.go#L36: 		return MinInt32

	math/big
		float.go#L98: 	MinExp  = math.MinInt32  // smallest supported exponent

	encoding/gob
		dec_helpers.go#L245: 		if x < math.MinInt32 || math.MaxInt32 < x {
		decode.go#L284: 	if v < math.MinInt32 || math.MaxInt32 < v {

	src.elv.sh/pkg/eval/vals
		repr.go#L14: const NoPretty = math.MinInt32