1 /* { dg-do compile } */
2 
3 int a, b, c;
4 static int
fn1(int p1)5 fn1 (int p1)
6 {
7 lbl_549:
8       if (p1)
9 	        goto lbl_549;
10           return 0;
11 }
12 
13 void
fn2()14 fn2 ()
15 {
16       b = (c && a) > fn1 (c) >= c;
17 }
18