blob: cc996330a2a730f67a956c162719098cee7c0451 [file] [log] [blame]
!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