3 ! PR 45366: Problem with procedure pointer dummy in PURE function
5 ! Contributed by Marco Restelli <mrestelli@gmail.com>
10 pure
function i_f(x
) result(y
)
21 pure
function i_g(x
,p
) result(y
)
23 procedure(i_f
), pointer, intent(in
) :: p