/* * @@name: nesting_restrict.2c * @@type: C * @@compilable: maybe * @@linkable: no * @@expect: failure */ void work(int i, int j) {} void work1(int i, int n) { int j; /* incorrect nesting of loop regions */ #pragma omp for for (j=0; j