/* * @@name: nested_loop.1c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success */ void work(int i, int j) {} void good_nesting(int n) { int i, j; #pragma omp parallel default(shared) { #pragma omp for for (i=0; i