3 ! PR 41139: [4.5 Regression] a procedure pointer call as actual argument
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
10 PROCEDURE(three
), POINTER, nopass
:: f
17 if (.not
. g
) call abort()
25 LOGICAL FUNCTION greater(x
,y
)
26 REAL, INTENT(in
) :: x
, y
27 print *,"greater:",x
,y