1 ! RUN: not %flang_fc1 -fdebug-unparse-with-symbols -fopenmp %s 2>&1 | FileCheck %s
6 !$omp parallel do collapse(2)
8 !CHECK: Loop control is not present in the DO LOOP
9 !CHECK: associated with the enclosing LOOP construct
13 end program omp_doCollapse