2 ! Test the patch for PR30202 in which the INTENT(OUT)
5 ! Contributed by Salvatore Filippone <sfilippone@uniroma2.it>
10 real, allocatable
:: b(:)
15 subroutine psb_geallv(x
)
16 real, allocatable
, intent(out
) :: x(:)
17 end subroutine psb_geallv
18 end program class_scal_p