2 ! { dg-options "-fcoarray=single" }
6 ! Was rejected before as __def_init and __copy were
7 ! resolved and coarray components aren't valid in this
10 module periodic_2nd_order_module
13 type periodic_2nd_order
14 real, allocatable
:: global_f(:)[:]
20 subroutine output (this
)
21 class(periodic_2nd_order
), intent(in
) :: this