xref: /illumos-gate/usr/src/tools/smatch/src/validation/error-at-eof.c (revision f52943a93040563107b95bccb9db87d9971ef47d)
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