Skip to content
Snippets Groups Projects
constants_arm.go 65 B
Newer Older
package arch

import "math"

const (
	MaxInt32 = math.MaxInt32
)