Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dallocated.f907 function return_allocatable()
8 integer, allocatable :: return_allocatable(:) local
74 print *, allocated(return_allocatable())
/llvm-project/flang/test/Evaluate/
H A Drewrite01.f90203 function return_allocatable()
204 real, allocatable :: return_allocatable(:) local
208 print *, size([return_allocatable(), return_allocatable()])