Sign in
go
/
website
/
b86a3fc63b39413610e29b8c0f4727fc58a58af8
/
.
/
blog
/
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
}