blob: acae1169ac457e8fa1ac28ab3bd90884cbc9abf6 [file] [log] [blame]
/* 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\]#" } } */