nested-func-5.c
来自「用于进行gcc测试」· C语言 代码 · 共 14 行
C
14 行
/* { dg-do compile } *//* { dg-options "-fexceptions" } *//* PR28516: ICE generating ARM unwind directives for nested functions. */void ex(int (*)(void));void foo(int i){ int bar(void) { return i; } ex(bar);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?