Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / 19990228-1.c
blobacae1169ac457e8fa1ac28ab3bd90884cbc9abf6
1 /* Regression test for cpp. The following input may cause core dumps
2 or # line markers in the middle of the line. */
3 /* { dg-do preprocess } */
5 #define foo(string, arg) bar(2, string, arg)
7 foo ("\
19 NULL);
21 /* { dg-final { scan-file-not 19990228-1.i "\[^\\n\]#" } } */