?? dg-output-exp-xf.c
字號:
/* Test the tester; previously gcc.misc-tests/dg-6.c. *//* { dg-prms-id 42 } *//* { dg-do run { target *-*-* } } *//* The \n is left out of the pattern because tcl's exec will remove it. *//* { dg-output {Hello world[.]} { xfail *-*-* } } */#include <stdio.h>main () { printf ("Hello world (oops).\n"); return 0; }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -