2022-07-04:以下go语言代码输出什么?A:true;B:false;C:编译错误。package mainimport "fmt"func main() { fmt.Println(func() {} == func() {})}