Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Lower/
H A Dc-interoperability.f9031 function get_a_thing() function
32 type(thing_with_pointer) :: get_a_thing local
33 get_a_thing = this_thing
34 end function get_a_thing