Home
last modified time | relevance | path

Searched refs:arrayLocal (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dshape.f908 integer :: arrayLocal(2) = [88, 99] local
39 if (all(shape(arrayLocal)==shape(8))) then
44 if (all(shape(27)==shape(arrayLocal))) then
47 if (all(64==shape(arrayLocal))) then