package arch

import "math"

const (
	MaxInt32 = math.MaxInt32
)