blob: 28602a51aeb8fb39f8a5b7f15e7476aa21c5f24b [file] [log] [blame]
/* { dg-do preprocess } */
/* { dg-options "-CC -traditional-cpp" } */
/* This tests to make sure that comments are ignored between # and the
directive name when the -CC option is used.
Jason R. Thorpe, 6 Apr 2002 */
#/**/define def passed
def
/* { dg-final { scan-file maccom1.i "(^|\n)passed" } } */