Files
clang-p2996/flang/test/Semantics/OpenMP/declare-simd-empty.f90

7 lines
140 B
Fortran

! RUN: %python %S/../test_errors.py %s %flang -fopenmp
! Test the source code starting with omp syntax
!$omp declare simd
integer :: x
end