1 // RUN: %libomptarget-compilexx-run-and-check-generic
13 #pragma omp target data map(tofrom : s)
15 #pragma omp target map(from : s.i, s.j)
21 if (s
.i
== 21 && s
.j
== 31)
36 #pragma omp target data map(from : t.i, t.j)
38 #pragma omp target map(from : t.a)
45 if (t
.a
== 11 && t
.i
== 21 && t
.j
== 31)