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