1 ! RUN: %S/test_errors.sh %s %t %flang -fopenmp
4 ! 2.4 An array section designates a subset of the elements in an array. Although
5 ! Substring shares similar syntax but cannot be treated as valid array section.
12 !ERROR: Substrings are not allowed on OpenMP directives or clauses
13 !$omp parallel private(c(1:3))