Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dallocate10.f9023 real, pointer :: xsrc1c(:) local
33 allocate(x1, SOURCE=xsrc1c)
44 allocate(x1, a1%x, a2(1,2)%x, SOURCE=xsrc1c)
67 allocate(x2, SOURCE=xsrc1c)
114 allocate(x2(2, 5, 7), SOURCE=xsrc1c)
124 allocate(a1%x(10), x2(20, 30, 40), a2(1,2)%x(50), SOURCE=xsrc1c)