2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / lexident.c
blobfdf54a2e2c5a127588c01c80b0fafe711a658fe0
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
4 /* { dg-options "-trigraphs -fdollars-in-identifiers" } */
6 /* Test lexing of identifiers. */
8 /* Escaped newlines, _ and $ in identifiers. */
9 #def\
11 ine foo_
13 #d\
14 ef??/
15 in\
16 e b\
17 a$r
19 #ifndef foo_
20 #error foo_
21 #endif
23 #ifndef ba$r
24 #error ba$r
25 #endif