1 // RUN: %libomptarget-compile-generic -DLIBRARY -c -o %t.o
2 // RUN: ar rcs %t.a %t.o
3 // RUN: %libomptarget-compile-generic %t.a && %libomptarget-run-generic 2>&1 | %fcheck-generic
7 #pragma omp declare target(x)
11 #pragma omp target map(from : value)