package main // import "fmt" import "math" func main() { i := int32(math.Pow(2, 64)) fmt.Println(i) }