package main func main() { var x uint = 42 // ERROR: uint not allowed _ = x }