label-compound-stmt-1.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 8 行
C
8 行
/* Test that labels at ends of compound statements are hard errors. *//* Origin: Joseph Myers <jsm@polyomino.org.uk> *//* { dg-do compile } *//* { dg-options "" } */void f(void) { g: } /* { dg-bogus "warning" "warning in place of error" } *//* { dg-error "label|parse|syntax" "label at end of compound statement" { target *-*-* } 6 } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?