blob: 0fcc2f273cc9b2c4849f25f41d0fcf3afd466a46 [file] [log] [blame]
! PR fortran/77973
! { dg-do compile }
subroutine s(x)
integer :: x(:)
integer :: i
!$omp parallel
!$omp target
x(1) = 1
!$omp end target
!$omp end parallel
end