1/*
2 * check-name: error-at-eof
3 *
4 * check-error-start
5error-at-eof.c:11:0: error: Expected ; at end of declaration
6error-at-eof.c:11:0: error: got end-of-input
7 * check-error-end
8 */
9
10int a
11