1 ! Basic offloading test of a regular array explicitly passed within a target
5 ! UNSUPPORTED: nvptx64-nvidia-cuda-LTO
7 ! RUN: %libomptarget-compile-fortran-run-and-check-generic
11 integer :: i2
= 2, j2
= 2, k2
= 2
12 integer :: counter
= 1
25 !$omp target map(tofrom:x, counter) map(to: i, j, k, i2, j2, k2)