1 /* Test for PR target/20191. */
14 extern int func_ex1 (float);
18 extern struct S1
*bp1
;
19 extern struct S2
*bp2
;
22 func1 (int f
, struct S2
*p2
)
27 a
= n
>= p2
->y
? n
: p2
->y
;
34 func2 (struct S1
*p1
, struct S2
*p2
)
42 a
= n
<= p1
->x
? 0.0 : p1
->x
;
43 b
= a
>= p2
->y
? a
: p2
->y
;