method-1.m

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

M
13
字号
/* PR objc/29195 *//* Test that array decls are changed to a pointer type   correctly and make sure we don't crash because the   decl was not relayed out.   */@ implementation NGActiveSocket + (void) socketPair:(int [2])     _pair {  _pair[0] = 0;}@end

⌨️ 快捷键说明

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