1 ! Offloading test checking interaction of allocatables with enter, exit and
3 ! REQUIRES: flang, amdgpu
5 ! RUN: %libomptarget-compile-fortran-run-and-check-generic
7 integer, allocatable
:: A(:)
10 !$omp target enter data map(alloc: A)
18 !$omp target exit data map(from: A)
20 !$omp target exit data map(delete: A)