const-str-1.m
来自「this is a gcc file, you can download it 」· M 代码 · 共 17 行
M
17 行
/* Test errors for constant strings. *//* { dg-do compile } *//* { dg-options "-fgnu-runtime" } */void foo(){ baz(@"hiya"); /* { dg-error "annot find interface declaration" } */}@interface NXConstantString@endvoid bar(){ baz(@"howdah");}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?