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