blob: 3ae57588f26dd9521ab595836b5588effc8b8ef8 [file] [log] [blame]
/* { dg-do compile } */
int a, b, c;
static int
fn1 (p1)
{
lbl_549:
if (p1)
goto lbl_549;
return 0;
}
void
fn2 ()
{
b = (c && a) > fn1 (c) >= c;
}