xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/preprocessor17.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
1 #if 0
2 /* these should not warn */
3 #ifdef (
4 #endif
5 #ifndef (
6 #endif
7 #endif
8 /*
9  * check-name: Preprocessor #17
10  * check-command: sparse -E $file
11  * check-output-start
12 
13 
14  * check-output-end
15  */
16