xref: /llvm-project/flang/test/Parser/OpenMP/fail-construct2.f90 (revision 779f40c088c8f827b3cb83dd2b68dab1bd05b55a)
1! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
2
3! CHECK: error: expected OpenMP construct
4!$omp dummy
5end
6