2 ! { dg-options "-fcoarray=single" }
7 integer, allocatable
:: comp
11 class(t
), allocatable
, intent(out
) :: x(:)
12 class(t
), intent(out
) :: y(:)
15 class(t
), allocatable
, intent(out
) :: x
16 class(t
), intent(out
) :: y
19 class(t
), intent(out
) :: x(:)[*]
20 class(t
), intent(out
) :: y
[*]
23 type(t
), intent(out
) :: x(:)[*]
24 type(t
), intent(out
) :: y
[*]