dg-do-compile-exp-p.c
来自「用于进行gcc测试」· C语言 代码 · 共 15 行
C
15 行
/* Test the tester; previously gcc.misc-tests/dg-1.c. *//* { dg-prms-id 42 } *//* { dg-do compile } */main () { return 0; }/* { dg-final { if ![file exists dg-do-compile-exp-P.s] { fail "dg-do-compile-exp-P.c (compile)"; return; } } } *//* { dg-final { set tmp [grep dg-do-compile-exp-P.s main line] } } *//* { dg-final { if ![string match "" $tmp] \{ } } *//* { dg-final { pass "dg-do-compile-exp-P.c (main function present)" } } *//* { dg-final { \} else \{ } } *//* { dg-final { fail "dg-do-compile-exp-P.c (main function not present)" } } *//* { dg-final { \} } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?