在D中,main定义了函数:
main
void main(/*perhaps some args but I do not remember*/) { }
我确信这个函数在成功时返回零,在失败时返回非零,但它被定义为不返回任何内容.它背后的逻辑是什么?
d
d ×1