decl-nospec-3.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 9 行

C
9
字号
/* Data definition with no type or storage class should receive a   pedwarn, rather than a warning which becomes an error with   -pedantic.  Test with -pedantic-errors.  *//* Origin: Joseph Myers <jsm@polyomino.org.uk> *//* { dg-do compile } *//* { dg-options "-pedantic-errors" } */foo(); /* { dg-error "error: data definition has no type or storage class" } */

⌨️ 快捷键说明

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