xref: /illumos-gate/usr/src/tools/smatch/src/validation/fdiag-prefix.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
1 int a.
2 
3 /*
4  * check-name: fdiag-prefix
5  * check-command: sparse -fdiagnostic-prefix=prefix $file
6  *
7  * check-error-start
8 fdiag-prefix.c:1:6: prefix: error: Expected ; at end of declaration
9 fdiag-prefix.c:1:6: prefix: error: got .
10  * check-error-end
11  */
12