/* * @@name: nested_loop.2 * @@type: C * @@operation: compile * @@expect: success * @@version: pre_omp_3.0 */ void work(int i, int j) {} void work1(int i, int n) { int j; #pragma omp parallel default(shared) { #pragma omp for for (j=0; j