bolt/deps/llvm-18.1.8/flang/test/Lower/OpenMP/simple-barrier.f90
2025-02-14 19:21:04 +01:00

7 lines
226 B
Fortran

!RUN: %flang_fc1 -flang-experimental-hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
!RUN: bbc -hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
subroutine sample()
! CHECK: omp.barrier
!$omp barrier
end subroutine sample