xref: /illumos-gate/usr/src/tools/smatch/src/validation/error-at-eof.c (revision 4c87aefe8930bd07275b8dd2e96ea5f24d93a52e)
1 /*
2  * check-name: error-at-eof
3  *
4  * check-error-start
5 error-at-eof.c:11:0: error: Expected ; at end of declaration
6 error-at-eof.c:11:0: error: got end-of-input
7  * check-error-end
8  */
9 
10 int a
11