/* * @@name: nested_loop.2c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success */ 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