Sign in
go
/
blog
/
181b0cc4321bcd631c6c87654dd4840acfdcd568
/
.
/
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
}