aranges-fnsec-1.c

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

C
13
字号
/* Test that .debug_aranges does not have an entry for the text   section if nothing went in there.  *//* Origin: Joseph Myers <joseph@codesourcery.com> *//* { dg-do compile } *//* { dg-options "-gdwarf-2 -ffunction-sections -w" } *//* { dg-final { scan-assembler-not "\\.Letext0-\\.Ltext0" } } */intf (void){  return 1;}

⌨️ 快捷键说明

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