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

7 lines
135 B
Fortran

! RUN: %python %S/../test_errors.py %s %flang -fopenmp
! Test the source code starting with omp syntax
!$omp atomic write
i = 123
end