summaryrefslogtreecommitdiff
path: root/flang/test/Parser/OpenMP/fail-construct2.f90
blob: b7f5736d1329b18995b75f4f9da87d13b9a26958 (plain)
1
2
3
4
5
! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s

! CHECK: error: expected OpenMP construct
!$omp dummy
end