2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / escaped-nl.c
blobbe8cc53fe65eee6c1d842e71bf735473eb5b1382
1 /* Test escaped newlines at start of macro definition are properly
2 skipped (buglet in skip_whitespace () in cpptrad.c). */
4 /* { dg-do preprocess } */
6 #define NUM \
7 100
8 #if NUM != 100
9 # error NUM not defined properly /* { dg-bogus "error" } */
10 #endif