xref: /illumos-gate/usr/src/tools/smatch/src/validation/fdiag-prefix.c (revision b531f6d16eb39863e7bbc34773fb7ef7a282a0a2)
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