1 ! RUN: not %flang -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
3 ! 2.5 parallel construct.
4 ! A program that branches into or out of a parallel region
14 !CHECK: invalid branch leaving an OpenMP structured block
20 !CHECK: Outside the enclosing PARALLEL directive
23 end program omp_parallel