3 ! Test program for PR 28439
4 integer function myfunc(i
)
6 integer, save :: value
= 2
7 value
= value
- 1 + 0 * i
15 if (myfunc(0)) 10, 20, 30 ! Should go to 30
19 30 if (myfunc(0)) 40, 50, 60 ! Should go to 50
23 50 if (myfunc(0)) 70, 80, 90 ! Should go to 70