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