Sign in
go
/
blog
/
aa01e95eb6354b603c44fd2e75d578e6827ce7ce
/
.
/
content
/
constants
/
exercise2.go
blob: db7d8c17f4af975b5d04b25a1cd54a0ffd02d373 [
file
] [
log
] [
blame
]
// +build OMIT
package main
func main() {
// START OMIT
const MaxUint uint = uint(-1)
// Error: negative value
// STOP OMIT
}