Files
moxa/_test/const13.go
2020-06-18 09:20:04 +02:00

17 lines
202 B
Go

package main
import (
"fmt"
)
func main() {
const tooBig = 1267650600228229401496703205376
const huge = 1 << 100
const large = huge >> 38
fmt.Println(large)
}
// Output:
// 4611686018427387904