/* * @@name: doacross.1 * @@type: C * @@operation: compile * @@expect: success * @@version: omp_5.2 */ float foo(int i); float bar(float a, float b); float baz(float b); void work( int N, float *A, float *B, float *C ) { int i; #pragma omp for ordered(1) for (i=1; i