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