有人可以向我解释为什么以下代码编译?它被编译器忽略了吗?
#include <stdio.h> int main() { 1234; return 0; }
c++ compiler-construction
c++ ×1
compiler-construction ×1