Home
last modified time | relevance | path

Searched defs:sub_with_in_and_inout_param_vector (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dselecttype03.f90135 subroutine sub_with_in_and_inout_param_vector(y, z) subroutine
136 type(t2),DIMENSION(:), INTENT(IN) :: y local
137 class(t2),DIMENSION(:), INTENT(INOUT) :: z local