xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/phase3-comments.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
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