(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
gomp/
pr72716.f90
! PR fortran/72716
! { dg-do compile }

block data
  !$omp declare simd (z)	! { dg-error "statement is not allowed inside of BLOCK DATA" }
end block data