2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / maccom1.c
blob2e01911c60906d796e597af03bf3026a38186617
1 /* { dg-do preprocess } */
2 /* { dg-options "-CC" } */
4 /* This tests to make sure that comments are ignored between # and the
5 directive name when the -CC option is used.
7 Jason R. Thorpe, 6 Apr 2002 */
9 #/**/define def passed
11 def
13 /* { dg-final { scan-file maccom1.i "(^|\\n)passed" } } */