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