maccom6.c

来自「用于进行gcc测试」· C语言 代码 · 共 21 行

C
21
字号
/* { dg-do preprocess } *//* { dg-options "-CC" } *//* This tests to make sure that expressions function properly   when used with macros containing comments and the -CC option   is being used.   Jason R. Thorpe, 6 Apr 2002  */#define ONE   1 /* one */#define TWO   2 /* two */#define THREE 3 /* three */#if (ONE + TWO) != THREEfailed#elsepassed#endif/* { dg-final { scan-file maccom6.i "(^|\n)passed" } } */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?