bolt/deps/llvm-18.1.8/flang/test/Lower/OpenMP/simple-barrier.f90

8 lines
226 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
!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