函数:
void sg() { }
主函数调用:
std::cout << sg; return 0;
没有其余代码,输出的是 111。 vscode 跳转显示跳转到:
<<operator(bool x)
无法理解。