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

7 lines
131 B
Fortran
Raw Normal View History

2025-02-14 19:21:04 +01:00
! RUN: bbc -fopenmp -emit-fir -o - %s | FileCheck %s
subroutine sample()
! CHECK: omp.barrier
!$omp barrier
end subroutine sample