Sign in
go
/
blog
/
498b2a48ebbe8ac260bd80b8c436a66141693eb3
/
.
/
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
}