1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 %openmp_flags
6 ! An ordered construct with the simd clause is the only OpenMP construct
7 ! that can be encountered during execution of a simd region.
11 integer, allocatable
:: a(:)
17 !ERROR: Invalid OpenMP construct inside simd region