missing-proto-1.m
来自「linux下编程用 编译软件」· M 代码 · 共 7 行
M
7 行
/* Test for graceful handling of missing protocol declarations. *//* Author: Ziemowit Laski <zlaski@apple.com>. *//* { dg-do compile } */@interface Foo <Missing> /* { dg-error "cannot find protocol declaration for .Missing." } */@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?