Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
parse-decl-after-if.c
blob: 09afa37b472d17cc622482c80517705229f5a811 [
file
] [
log
] [
blame
]
/* Parse error recovery
{ dg-do compile }
{ dg-options "-fsyntax-only" }
*/
void
f
(
int
x
)
{
if
(
x
>
1
)
int
ret
=
1
;
/* { dg-error "expected expression before 'int'" } */
}