test()
{
int a = b().c().d();
}
我知道b这个函数运行完成以后会把b函数的返回值保存在test的操作数栈上,
那么这个返回值什么时候被移除。