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