aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/19990228-1.c
blob: acae1169ac457e8fa1ac28ab3bd90884cbc9abf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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\]#" } } */