#include #include int main () { #pragma omp target if (0) #pragma omp teams thread_limit (1) if (omp_get_thread_limit () != 1) abort (); return 0; }