1 !RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=52
8 !ERROR: Duplicate variable 'i' in the iteration vector
9 !$omp ordered doacross(sink: i+1, i-2)
21 !ERROR: The iteration vector element 'i' is not an induction variable within the ORDERED loop nest
22 !$omp ordered doacross(sink: i+1)