3 __attribute__((noinline, noclone)) void
10 #pragma omp taskloop firstprivate (b, f)
11 for (int i = 0; i < 30; i++)
13 int q = omp_get_thread_num ();
30 #pragma omp taskloop firstprivate (f) lastprivate (b, n)
31 for (int i = 0; i < 30; i++)
33 int q = omp_get_thread_num ();
48 #pragma omp taskloop firstprivate (b, f) lastprivate (b, n)
49 for (int i = 0; i < 30; i++)
51 int q = omp_get_thread_num ();