1 ! RUN: %S/test_errors.sh %s %t %flang -fopenmp
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