/* * @@name: ordered.2c * @@type: C * @@compilable: no * @@linkable: no * @@expect: failure */ void work(int i) {} void ordered_wrong(int n) { int i; #pragma omp for ordered for (i=0; i