URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [19990228-1.c] - Rev 298
Compare with Previous | Blame | View Log
/* 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\]#" } } */