xref: /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ident.c (revision 1da57d551424de5a9d469760be7c4b4d4f10a755)
1 #ident "foo"
2 
3 /*
4  * check-description: check that the non-standard "#ident ..." is ignored.
5  * check-name: ident
6  * check-command: sparse -E $file
7  *
8  * check-output-start
9 
10 
11  * check-output-end
12  */
13