No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / trad / maccom1.c
blob28602a51aeb8fb39f8a5b7f15e7476aa21c5f24b
1 /* { dg-do preprocess } */
2 /* { dg-options "-CC -traditional-cpp" } */
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" } } */