4 ! Check that the specific FIRST symbol is used for the call to FOO,
5 ! so that the J argument is not assumed to be present
12 elemental
function bar(j
) result(r
)
13 integer, intent(in
), optional
:: j
15 ! We used to have NULL dereference here, in case of a missing J argument
19 elemental
function first(i
, j
) result(r
)
20 integer, intent(in
), optional
:: i
21 integer, intent(in
) :: j