1 ! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
3 ! 1.4.1 Structure of the OpenMP Memory Model
5 ! Test implicit declaration in the OpenMP directive enclosing scope
6 ! through clause; also test to avoid creating multiple symbols for
9 !DEF: /MainProgram1/b (Implicit) ObjectEntity REAL(4)
11 !DEF: /MainProgram1/c (Implicit) ObjectEntity REAL(4)
13 !$omp parallel private(a,b) shared(c,d)
14 !DEF: /MainProgram1/OtherConstruct1/a (OmpPrivate) HostAssoc REAL(4)
16 !DEF: /MainProgram1/OtherConstruct1/b (OmpPrivate) HostAssoc REAL(4)
20 !DEF: /MainProgram1/d (Implicit) ObjectEntity REAL(4)
23 !DEF: /MainProgram1/a (Implicit) ObjectEntity REAL(4)