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