3 ! PR 40451: [F03] procedure pointer assignment rejected
5 ! Contributed by Tobias Burnus <burnus@gcc.gnu.org>
12 pure
real function sin_interf(x
)
14 end function sin_interf
16 ! We cannot use "sin" directly as it is ELEMENTAL
17 procedure(sin_interf
), pointer :: f