1 // RUN: %libomp-compile-and-run
3 #include "omp_testsuite.h"
5 int test_omp_parallel_sections_firstprivate()
14 #pragma omp parallel sections firstprivate(sum0)
40 return (known_sum
==sum
);
41 } /* end of check_section_firstprivate*/
48 for(i
= 0; i
< REPETITIONS
; i
++) {
49 if(!test_omp_parallel_sections_firstprivate()) {