Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Lower/
H A Darray-user-def-assignments.f90512 pure function returns_alloc(i)
514 real, allocatable :: returns_alloc local
519 forall (i=1:10) x(i) = returns_alloc(i)