20031223-1.c

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

C
14
字号
/* PR c/11995 *//* The following test used to ICE after an error message   because GCC was trying to expand the trees to rtl.  *//* { dg-do compile } *//* { dg-options "" } */void f (){ l: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" } */ /* { dg-warning "useless type name in empty declaration" "" { target *-*-* } 10 } */ /* { dg-error "label at end of compound statement" "" { target *-*-* } 10 } */}

⌨️ 快捷键说明

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