Tag: 语言设计

为什么空表达式在C / C ++中合法?

int main() { int var = 0;; // Typo which compiles just fine }