8 lines · plain
1!RUN: %flang_fc1 -flang-experimental-hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s2!RUN: bbc -hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s3 4subroutine sample()5! CHECK: omp.barrier6!$omp barrier7end subroutine sample8 1!RUN: %flang_fc1 -flang-experimental-hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s2!RUN: bbc -hlfir -emit-hlfir -fopenmp %s -o - | FileCheck %s3 4subroutine sample()5! CHECK: omp.barrier6!$omp barrier7end subroutine sample8