1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
3 ! Check OpenMP construct validity for the following directives:
4 ! 2.21.2 Threadprivate Directive
13 !$omp threadprivate(/c/)
18 if (a
.ne
. 101) print *, 'err'
23 !$omp threadprivate(/c/)
26 !$omp parallel copyin(/c/)