Fixes: https://github.com/llvm/llvm-project/issues/82943 Fixes: https://github.com/llvm/llvm-project/issues/82942 Fixes: https://github.com/llvm/llvm-project/issues/85593
7 lines
135 B
Fortran
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
|