DAG: Fix assuming f16 is the only 16-bit fp type in concat vector combine (#121637)
[llvm-project.git] / flang / test / Lower / OpenMP / simple-barrier.f90
blobcc996330a2a730f67a956c162719098cee7c0451
1 !RUN: %flang_fc1 -flang-experimental-hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
2 !RUN: bbc -hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s
4 subroutine sample()
5 ! CHECK: omp.barrier
6 !$omp barrier
7 end subroutine sample