Egor Pasko | 167ac2b | 2010-05-18 12:26:51 | [diff] [blame^] | 1 | /* EOF must cause an error inside a function, not just set parser->error. |
2 | Bug 20672. */ | ||||
3 | /* { dg-do compile } */ | ||||
4 | /* { dg-options "" } */ | ||||
5 | int main(void) | ||||
6 | { | ||||
7 | int a; /* { dg-error "expected" } */ |