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