blob: fd492f6ed84fc4d17fa10ec2d118372c4ee0f855 [file] [log] [blame]
! { dg-do run }
! { dg-options "-fcoarray=single" }
!
! Tests if form team works
!
use iso_fortran_env, only : team_type
implicit none
type(team_type) :: team
form team (mod(this_image(),2)+1,team)
end