5 ! Contributed by F-X Coudert <fxcoudert@gcc.gnu.org>
7 ! Failed to dereference the argument in scalarized loop.
9 elemental
integer function foo(x
)
15 elemental
integer function foo(x
)
20 if (foo(42) .ne
. 43) call abort
21 if (any (foo([0,1]) .ne
. [1,2])) call abort