brintos

brintos / llvm-project-archived public Read only

0
0
Text · 226 B · cc99633 Raw
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