blob: 7e106f33fa6d5b14c88a769c922256659a5aee47 [file] [log] [blame] [edit]
! RUN: bbc -emit-hlfir -frepack-arrays %s -o - | FileCheck --check-prefixes=CHECK %s
! Check that there is no repacking for ASYNCHRONOUS dummy argument.
! CHECK-LABEL: func.func @_QPtest(
! CHECK-NOT: fir.pack_array
! CHECK-NOT: fir.unpack_array
subroutine test(x)
integer, asynchronous :: x(:)
end subroutine test