dwarf-file1.c
来自「用于进行gcc测试」· C语言 代码 · 共 10 行
C
10 行
/* { dg-do compile } *//* { dg-options "-O2 -gdwarf-2 -dA" } *//* { dg-final { scan-assembler "File Entry:|.file" } } *//* Verify that a file entry is output for this file. Only systems that do not define HAVE_AS_DWARF2_DEBUG_LINE will put out "File Entry:", but systems that do define HAVE_AS_DWARF2_DEBUG_LINE will put out a ".file" so we check for either. */int bar = 3;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?