1 ! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
3 ! Check that loop iteration variables are private and predetermined, even when
4 ! nested inside parallel/sections constructs.
6 !DEF: /test1 (Subroutine) Subprogram
8 !DEF: /test1/i ObjectEntity INTEGER(4)
11 !$omp parallel default(none)
14 !DEF: /test1/OtherConstruct1/i (OmpPrivate, OmpPreDetermined) HostAssoc INTEGER(4)