19990228-1.c

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

C
22
字号
/* Regression test for cpp.  The following input may cause core dumps   or # line markers in the middle of the line.  *//* { dg-do preprocess } */#define foo(string, arg) bar(2, string, arg)foo ("\\\\\\\\\\\",NULL);/* { dg-final { scan-file-not 19990228-1.i "\[^\\n\]#" } } */

⌨️ 快捷键说明

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