Sign in
◑
Theme
go
/
blog
/
52f6e033d5643a89ff59ffe1cd1fa6f0fa949e99
/
.
/
content
/
constants
/
exercise5.go
blob: 2fca330d58627fc790b4e5c5015d4038e22a0a1d [
file
]
// +build OMIT
package main
func main() {
// START OMIT
const MaxUint uint = ^0
// Error: overflow
// STOP OMIT
}