1 ! Offloading test checking interaction of fixed size arrays with enter, exit
3 ! REQUIRES: flang, amdgpu
5 ! RUN: %libomptarget-compile-fortran-run-and-check-generic
9 !$omp target enter data map(alloc: A)
17 !$omp target exit data map(from: A)
19 !$omp target exit data map(delete: A)