1 ! This test checks lowering of OpenMP declare simd Directive.
3 // RUN
: not flang
-new
-fc1
-emit
-fir
-fopenmp
%s
2>&1 | FileCheck
%s
6 real, intent(inout
) :: x
, y
8 // CHECK
: not yet implemented
: OpenMPDeclareSimdConstruct
9 !$omp declare simd(sub) aligned(x)