1 /* { dg-do preprocess } */
2 /* { dg-options "-CC" } */
4 /* This tests to make sure that expressions function properly
5 when used with macros containing comments and the -CC option
8 Jason R. Thorpe, 6 Apr 2002 */
10 #define ONE 1 /* one */
11 #define TWO 2 /* two */
12 #define THREE 3 /* three */
14 #if (ONE + TWO) != THREE
20 /* { dg-final { scan-file maccom6.i "(^|\n)passed" } } */