| ! RUN: %python %S/test_symbols.py %s %flang_fc1 -fopenmp |
| ! Test that does not catch non constant integer expressions like xx - yy. |
| !DEF: /tds (Subroutine) Subprogram |
| !DEF: /tds/a ObjectEntity REAL(4) |
| !DEF: /tds/y ObjectEntity REAL(4) |
| !DEF: /tds/z ObjectEntity REAL(4) |
| real a(100),y(100),z(100) |
| !DEF: /tds/i ObjectEntity INTEGER(4) |
| !DEF: /tds/j ObjectEntity INTEGER(4) |
| !DEF: /tds/k ObjectEntity INTEGER(4) |
| !$omp do schedule(static,j-k) |
| !DEF: /tds/Block1/i (OmpPrivate,OmpPreDetermined) HostAssoc INTEGER(4) |