if-4.c
来自「gcc3.2.1源代码」· C语言 代码 · 共 9 行
C
9 行
/* Regression test for proper error message. The token name isn't NUL terminated, so we would print garbage after it. *//* { dg-do compile } */#if 1 += 2 /* { dg-error "is not valid" "+= in if" } */syntax_error#endifint foo;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?