1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
3 ! Test to check that no errors are present when allocate statements
4 ! are applied on privatised variables.
8 double precision,allocatable
,dimension(:) :: r
9 !$omp parallel private(r)