view gcc/testsuite/gcc.dg/cpp/19990228-1.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* 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\]#" } } */