3 ! PR 46271: [F03] OpenMP default(none) and procedure pointers
5 ! Contributed by Marco Restelli <mrestelli@gmail.com>
11 procedure(f
), pointer :: pf
15 !$omp parallel do schedule(static) private(i) shared(s,pf) default(none)
21 write(*,*) 'Sum ',sum(s
)
23 pure
subroutine f(x
,y
)
25 real, intent(out
) :: y