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
10 !CHECK: invalid branch into an OpenMP structured block
17 !CHECK: In the enclosing PARALLEL directive branched into
23 end program omp_parallel