📄 gcov-10b.c
字号:
/* Test gcov block mode. *//* { dg-options "-fprofile-arcs -ftest-coverage" } *//* { dg-do run { target native } } */int main (){ unsigned ix, jx = 0; ix = 10; goto test; loop: ; if (ix & 1) jx++; test: ; if (ix--) goto loop; /* count(11) */ return jx != 5;}/* { dg-final { run-gcov { -a gcov-10b.c } } } */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -