1 ! Basic offloading test of a regular array explicitly
2 ! passed within a target region
3 ! REQUIRES: flang, amdgpu
5 ! RUN: %libomptarget-compile-fortran-run-and-check-generic
7 integer :: x(10) = (/0,0,0,0,0,0,0,0,0,0/)
20 ! CHECK: 1 2 3 4 5 6 7 8 9 10