const-str-12.m

来自「用于进行gcc测试」· M 代码 · 共 16 行

M
16
字号
/* { dg-options "-Wall -funit-at-a-time -fgnu-runtime" } *//* { dg-do compile }  *//* PR objc/27438, make sure that the decl produced by the front-end   does not cause a warning to be produced. */@interface NXConstantString{  void *isa;  const char * const nxcsptr;  const unsigned int nxcslen;}@endNXConstantString *a =   @"NSInconsistentArchiveException"; /* { dg-bogus "defined but not used" } */

⌨️ 快捷键说明

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