?? counter-2.c
字號:
/* Copyright 2007 Free Software Foundation, Inc. Contributed by Ollie Wild <aaw@google.com>. *//* { dg-do preprocess } *//* { dg-options -fdirectives-only } *//* Tests __COUNTER__ macro expansion is disabled inside directives with -fdirectives-only. */#ifdef __COUNTER__ /* Macro not expanded. */#endif#if __COUNTER__ == 0 /* { dg-error "__COUNTER__ expanded inside directive with -fdirectives-only" } */#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -