pr24626-1.c

来自「用于进行gcc测试」· C语言 代码 · 共 28 行

C
28
字号
/* { dg-do compile } */typedef long(*bla)(int *node);static long F2(void *tree, long blk, bla after_node_func){ long call_result = 0; int *node; if (call_result = after_node_func(node))  goto error_free_node; T(node); return 0;error_free_node: T(node);error: return call_result;}long F1(void *tree){ return F2(tree, F3(tree), (void *)0);}

⌨️ 快捷键说明

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