1 // RUN: %libomptarget-compile-run-and-check-generic
2 // RUN: %libomptarget-compileopt-run-and-check-generic
7 __attribute__((optnone
)) void optnone() {}
11 #pragma omp target teams num_teams(1) map(tofrom : i)
15 if (omp_get_thread_num() == 0)
18 if (omp_get_thread_num() == 0)
21 if (omp_get_thread_num() == 0)
24 if (omp_get_thread_num() == 0)