20031222-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 19 行

C
19
字号
/* PR c/9163 *//* The following test used to ICE after an error message in C99 mode   because GCC was trying to expand the tree to rtl.  *//* { dg-do compile } *//* { dg-options "-std=c99" } */void f (){	for (; int ; ); /* { dg-error "" } */}void foo (){        while (int i); /* { dg-error "" } */}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?