1 ! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
3 ! Test that compiler directives can appear in various places.
6 interface; integer(KIND
) function foo(a
); \
7 integer(KIND
), intent(in
) :: a
; \
24 !dir$ loop count (10000)
25 !dir$ loop count (1, 500, 5000, 10000)
27 real(8), allocatable
:: d(:)
28 !dir$ align : 1024 :: d
32 subroutine vector_always
34 ! CHECK: !DIR$ VECTOR ALWAYS