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