brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · e92d190 Raw
12 lines · plain
1!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s2!RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-is-device %s -o - | FileCheck %s3 4!CHECK: module attributes5module iface6interface7  subroutine a()8  !$omp declare target9  end subroutine10end interface11end module12