package main func takes(x any) {} // ERROR: any not allowed func main() { takes(int32(1)) }