1 /*
2  *  Each comment should be treated as if it had been a single space.
3  */
4 
5 /* This should give nothing */
6 #define X /*
7  */ Y
8 
9 /*
10  * check-name: phase3-comments
11  * check-command: sparse -E $file
12  *
13  * check-output-start
14 
15 
16  * check-output-end
17  */
18