Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr20672-1.c
blob: e47fef3fa4338d02f6e687a7fd8d3f5d3a50e1e2 [
file
] [
log
] [
blame
]
/* EOF must cause an error inside a function, not just set parser->error.
Bug 20672. */
/* { dg-do compile } */
/* { dg-options "" } */
int
main
(
void
)
{
int
a
;
/* { dg-error "expected" } */