/* * @@name: ploop.1c * @@type: C * @@compilable: yes * @@linkable: no * @@expect: success */ void simple(int n, float *a, float *b) { int i; #pragma omp parallel for for (i=1; i