Searched refs:return_allocatable (Results 1 – 2 of 2) sorted by relevance
7 function return_allocatable()8 integer, allocatable :: return_allocatable(:) local74 print *, allocated(return_allocatable())
203 function return_allocatable()204 real, allocatable :: return_allocatable(:) local208 print *, size([return_allocatable(), return_allocatable()])